Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / FixedPageAutomationPeer.cs / 1305600 / 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
- InheritedPropertyChangedEventArgs.cs
- LinkDesigner.cs
- FrameworkPropertyMetadata.cs
- SecurityPermission.cs
- XmlSchemaDocumentation.cs
- EditorZoneDesigner.cs
- PathFigure.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- HighContrastHelper.cs
- BezierSegment.cs
- WindowsAuthenticationModule.cs
- TrustLevelCollection.cs
- QuotaExceededException.cs
- HttpPostedFileWrapper.cs
- OdbcException.cs
- FaultReason.cs
- StrokeNodeData.cs
- PeerConnector.cs
- HybridDictionary.cs
- Win32PrintDialog.cs
- ProtocolsConfigurationHandler.cs
- OleDbWrapper.cs
- AttributeAction.cs
- StringPropertyBuilder.cs
- PermissionSetEnumerator.cs
- ListManagerBindingsCollection.cs
- RegexWriter.cs
- HtmlTitle.cs
- ItemPager.cs
- Group.cs
- SchemaElementLookUpTable.cs
- ZipIOModeEnforcingStream.cs
- ComplexTypeEmitter.cs
- SqlDataSourceCache.cs
- MessageFilterTable.cs
- DesignerTransaction.cs
- UInt32Storage.cs
- DirectoryObjectSecurity.cs
- CurrentChangingEventManager.cs
- GCHandleCookieTable.cs
- PointF.cs
- AuthStoreRoleProvider.cs
- ImpersonationContext.cs
- SafeNativeMethods.cs
- COM2PictureConverter.cs
- webbrowsersite.cs
- InternalTypeHelper.cs
- ControlFilterExpression.cs
- XmlAttribute.cs
- TextProviderWrapper.cs
- ParallelTimeline.cs
- KeyValuePairs.cs
- StringCollection.cs
- ClusterSafeNativeMethods.cs
- DurableOperationAttribute.cs
- DataTablePropertyDescriptor.cs
- DataGridViewRow.cs
- ExtensionSimplifierMarkupObject.cs
- UiaCoreTypesApi.cs
- ListBoxItemWrapperAutomationPeer.cs
- SafeProcessHandle.cs
- X509SecurityToken.cs
- ConnectionInterfaceCollection.cs
- ViewCellSlot.cs
- DrawingAttributesDefaultValueFactory.cs
- ReturnValue.cs
- LongValidator.cs
- LocationReference.cs
- PeerEndPoint.cs
- SendAgentStatusRequest.cs
- PageStatePersister.cs
- ApplicationDirectory.cs
- XpsS0ValidatingLoader.cs
- GridView.cs
- _DigestClient.cs
- Viewport3DVisual.cs
- ReflectEventDescriptor.cs
- PerformanceCountersBase.cs
- XmlSchemaAny.cs
- InfoCardAsymmetricCrypto.cs
- TextLine.cs
- GraphicsContainer.cs
- ParallelEnumerable.cs
- WeakReference.cs
- HwndProxyElementProvider.cs
- PermissionSet.cs
- RefExpr.cs
- GregorianCalendar.cs
- BufferedWebEventProvider.cs
- Pkcs7Recipient.cs
- SoapAttributes.cs
- LocatorManager.cs
- HttpProfileGroupBase.cs
- AnnotationComponentChooser.cs
- ErrorFormatterPage.cs
- RectAnimationClockResource.cs
- ImageCodecInfoPrivate.cs
- MethodExpression.cs
- RecognizedAudio.cs
- ClientCultureInfo.cs