Code:
/ 4.0 / 4.0 / 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. 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
- AssemblyBuilder.cs
- LoginUtil.cs
- StorageEntitySetMapping.cs
- Validator.cs
- SmiXetterAccessMap.cs
- KnownAssemblyEntry.cs
- SqlDataSourceEnumerator.cs
- JsonFaultDetail.cs
- DocumentPaginator.cs
- UnsupportedPolicyOptionsException.cs
- Constants.cs
- StsCommunicationException.cs
- StatusBarDrawItemEvent.cs
- XmlAtomicValue.cs
- Manipulation.cs
- NetSectionGroup.cs
- AmbiguousMatchException.cs
- XmlSchemaAll.cs
- AnnotationMap.cs
- TemplateBuilder.cs
- DescendantOverDescendantQuery.cs
- XmlChildNodes.cs
- ValueProviderWrapper.cs
- SwitchAttribute.cs
- Vector.cs
- HTMLTagNameToTypeMapper.cs
- UrlMappingsSection.cs
- CancelRequestedRecord.cs
- MetadataItem.cs
- EventLogQuery.cs
- DataColumn.cs
- smtpconnection.cs
- DoubleLink.cs
- ChannelFactory.cs
- Context.cs
- LinqDataSourceContextEventArgs.cs
- ProfileParameter.cs
- RepeaterItemEventArgs.cs
- X509PeerCertificateElement.cs
- SafeNativeMethods.cs
- GenericUI.cs
- UniqueEventHelper.cs
- WebSysDescriptionAttribute.cs
- UIElement3D.cs
- DesignerOptionService.cs
- NetCodeGroup.cs
- ToolStripPanelRow.cs
- DataListDesigner.cs
- RoleManagerModule.cs
- HMACSHA256.cs
- WebPartsPersonalization.cs
- XsltContext.cs
- MessageBox.cs
- ConcurrentStack.cs
- ProviderCollection.cs
- HtmlInputControl.cs
- PageSetupDialog.cs
- Utils.cs
- StagingAreaInputItem.cs
- AppearanceEditorPart.cs
- Triangle.cs
- prompt.cs
- StrongName.cs
- TdsParserSessionPool.cs
- GridItemPatternIdentifiers.cs
- SignerInfo.cs
- AttributeData.cs
- MailBnfHelper.cs
- MissingMethodException.cs
- BaseDataListDesigner.cs
- TableItemPatternIdentifiers.cs
- RetrieveVirtualItemEventArgs.cs
- OleDbDataAdapter.cs
- iisPickupDirectory.cs
- RichTextBox.cs
- ConfigurationSettings.cs
- XmlTypeMapping.cs
- QuadraticBezierSegment.cs
- Vertex.cs
- ProjectionPruner.cs
- MultiSelectRootGridEntry.cs
- WebBrowserEvent.cs
- TemplateXamlParser.cs
- RectangleF.cs
- RectangleF.cs
- ToolStripRenderEventArgs.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- SslStream.cs
- Pointer.cs
- GeneralTransform.cs
- DesignColumnCollection.cs
- ElementNotAvailableException.cs
- UInt16.cs
- PriorityQueue.cs
- SymmetricAlgorithm.cs
- XPathAncestorQuery.cs
- StateMachine.cs
- AdvancedBindingEditor.cs
- LongMinMaxAggregationOperator.cs
- RegularExpressionValidator.cs