Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Automation / Peers / FixedPageAutomationPeer.cs / 1 / FixedPageAutomationPeer.cs
using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Windows;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Documents;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class FixedPageAutomationPeer : FrameworkElementAutomationPeer
{
///
public FixedPageAutomationPeer(FixedPage owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "FixedPage";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.Pane;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckBoxAutomationPeer.cs
- DeviceContext.cs
- MenuEventArgs.cs
- ProcessInfo.cs
- DataGridLengthConverter.cs
- PeerPresenceInfo.cs
- SecurityCriticalDataForSet.cs
- DBDataPermission.cs
- TreeIterator.cs
- counter.cs
- ThreadNeutralSemaphore.cs
- _TLSstream.cs
- ServiceThrottle.cs
- LambdaCompiler.Expressions.cs
- ArglessEventHandlerProxy.cs
- DataSourceControlBuilder.cs
- DataTableReaderListener.cs
- XmlNodeList.cs
- ObjectItemCollection.cs
- ClientType.cs
- FlowchartSizeFeature.cs
- SoapSchemaExporter.cs
- StatusBarAutomationPeer.cs
- LeftCellWrapper.cs
- HtmlInputCheckBox.cs
- SqlTypeConverter.cs
- QueryPageSettingsEventArgs.cs
- DecoderNLS.cs
- DecimalConstantAttribute.cs
- TargetConverter.cs
- PrintDialog.cs
- CommandArguments.cs
- PriorityQueue.cs
- TextParagraphCache.cs
- DisplayInformation.cs
- PropertyTabAttribute.cs
- Currency.cs
- ControlUtil.cs
- DataGridCellItemAutomationPeer.cs
- ConnectionManagementSection.cs
- Walker.cs
- EditorPartChrome.cs
- DbConnectionPoolOptions.cs
- webeventbuffer.cs
- ErrorFormatterPage.cs
- XmlNamedNodeMap.cs
- FunctionDetailsReader.cs
- OdbcRowUpdatingEvent.cs
- CodeEventReferenceExpression.cs
- TypeExtensions.cs
- ManagementPath.cs
- columnmapfactory.cs
- AuthorizationRuleCollection.cs
- XmlNodeChangedEventArgs.cs
- TransactionFlowAttribute.cs
- RuntimeHandles.cs
- ReservationNotFoundException.cs
- DataGridCaption.cs
- RunInstallerAttribute.cs
- SecureStringHasher.cs
- BitmapEffect.cs
- RuleSettingsCollection.cs
- DragEventArgs.cs
- ItemType.cs
- ScaleTransform.cs
- DataGridClipboardCellContent.cs
- Parameter.cs
- _SecureChannel.cs
- ColumnTypeConverter.cs
- ListView.cs
- ValueConversionAttribute.cs
- SqlDataSourceCommandEventArgs.cs
- PrintDialog.cs
- XmlSignificantWhitespace.cs
- ExpandSegment.cs
- DiscardableAttribute.cs
- DataContractFormatAttribute.cs
- IDataContractSurrogate.cs
- EmptyCollection.cs
- GatewayDefinition.cs
- Convert.cs
- XamlBrushSerializer.cs
- MailDefinition.cs
- TextSelection.cs
- QueryCreatedEventArgs.cs
- ParseChildrenAsPropertiesAttribute.cs
- StateDesigner.TransitionInfo.cs
- IPAddress.cs
- LightweightCodeGenerator.cs
- RowParagraph.cs
- TextEffect.cs
- IpcClientManager.cs
- Rfc2898DeriveBytes.cs
- DataKeyPropertyAttribute.cs
- DataProtection.cs
- SQLRoleProvider.cs
- DropShadowEffect.cs
- EventLogInformation.cs
- Transform.cs
- EventLogStatus.cs