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
- FilterQueryOptionExpression.cs
- MemberPath.cs
- StreamResourceInfo.cs
- StringFunctions.cs
- EntityDataSourceState.cs
- Page.cs
- IsolatedStorage.cs
- SerialReceived.cs
- TypedElement.cs
- DataGridColumn.cs
- RightsManagementResourceHelper.cs
- XPathBinder.cs
- UnsignedPublishLicense.cs
- PathStreamGeometryContext.cs
- DrawingBrush.cs
- localization.cs
- XMLSchema.cs
- RayMeshGeometry3DHitTestResult.cs
- PropertyGridDesigner.cs
- AmbiguousMatchException.cs
- ErrorHandler.cs
- UnionQueryOperator.cs
- EntityConnectionStringBuilderItem.cs
- SiteMapNodeItemEventArgs.cs
- ThreadStateException.cs
- GetWinFXPath.cs
- EventMappingSettings.cs
- ListManagerBindingsCollection.cs
- TypeConverterValueSerializer.cs
- DrawingServices.cs
- MultiAsyncResult.cs
- FormParameter.cs
- Types.cs
- MobileControlsSectionHelper.cs
- BitmapEffectDrawing.cs
- URL.cs
- Context.cs
- FontCacheUtil.cs
- GetWinFXPath.cs
- SecurityTokenRequirement.cs
- ResourceCategoryAttribute.cs
- XmlnsCache.cs
- EnumMemberAttribute.cs
- ColumnMapProcessor.cs
- PackWebRequestFactory.cs
- FontEmbeddingManager.cs
- SignedXml.cs
- DataGridViewColumnEventArgs.cs
- FastEncoder.cs
- ToolStripGrip.cs
- ValidateNames.cs
- UriSectionReader.cs
- BaseComponentEditor.cs
- Blend.cs
- ProcessModuleCollection.cs
- figurelengthconverter.cs
- XmlCodeExporter.cs
- Debugger.cs
- IPPacketInformation.cs
- RepeatInfo.cs
- TableLayoutPanel.cs
- TreeNodeCollectionEditor.cs
- safesecurityhelperavalon.cs
- MetabaseSettingsIis7.cs
- LedgerEntry.cs
- SecurityCriticalDataForSet.cs
- SerialErrors.cs
- SubstitutionDesigner.cs
- SspiSafeHandles.cs
- ScriptMethodAttribute.cs
- EdmToObjectNamespaceMap.cs
- ObjectQuery_EntitySqlExtensions.cs
- ScriptingWebServicesSectionGroup.cs
- bindurihelper.cs
- SignedXml.cs
- ConnectionManagementElement.cs
- AsyncWaitHandle.cs
- DataObjectFieldAttribute.cs
- DetailsViewPageEventArgs.cs
- VectorKeyFrameCollection.cs
- HuffmanTree.cs
- OpenFileDialog.cs
- SkewTransform.cs
- ScrollChangedEventArgs.cs
- TaskHelper.cs
- IndentedWriter.cs
- ContextMenuStripActionList.cs
- ConnectionPoint.cs
- SchemaCollectionPreprocessor.cs
- Sql8ConformanceChecker.cs
- UnsafeNativeMethods.cs
- SQLResource.cs
- SqlNodeTypeOperators.cs
- XPathNodeIterator.cs
- CellTreeNodeVisitors.cs
- ListBindingConverter.cs
- TransformGroup.cs
- TextCollapsingProperties.cs
- Helpers.cs
- PartDesigner.cs