Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / FrameAutomationPeer.cs / 1 / FrameAutomationPeer.cs
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Interop; using System.Windows.Media; using System.ComponentModel; namespace System.Windows.Automation.Peers { /// public class FrameAutomationPeer : FrameworkElementAutomationPeer { /// public FrameAutomationPeer(Frame owner) : base(owner) { } /// override protected string GetClassNameCore() { return "Frame"; } /// protected override 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.Windows; using System.Windows.Controls; using System.Windows.Interop; using System.Windows.Media; using System.ComponentModel; namespace System.Windows.Automation.Peers { /// public class FrameAutomationPeer : FrameworkElementAutomationPeer { /// public FrameAutomationPeer(Frame owner) : base(owner) { } /// override protected string GetClassNameCore() { return "Frame"; } /// protected override 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
- CommentGlyph.cs
- DataTemplate.cs
- Cloud.cs
- DataConnectionHelper.cs
- MaterialCollection.cs
- ParallelTimeline.cs
- ExtendedPropertyDescriptor.cs
- DropShadowBitmapEffect.cs
- SingleObjectCollection.cs
- OleServicesContext.cs
- HtmlInputImage.cs
- CodeGotoStatement.cs
- MsmqHostedTransportConfiguration.cs
- ShadowGlyph.cs
- TreeNodeConverter.cs
- CatalogZone.cs
- DtdParser.cs
- WebPermission.cs
- TableSectionStyle.cs
- MouseDevice.cs
- ByteStack.cs
- ContextMenu.cs
- OracleException.cs
- CalendarDay.cs
- ScrollPattern.cs
- SafeLocalAllocation.cs
- Int64AnimationBase.cs
- BookmarkTable.cs
- XmlSerializationGeneratedCode.cs
- SynchronizationScope.cs
- Currency.cs
- ObjectSpanRewriter.cs
- OrderedDictionary.cs
- HandlerFactoryWrapper.cs
- ServicePoint.cs
- ResponseBodyWriter.cs
- ToolStripSeparator.cs
- TriggerActionCollection.cs
- ExclusiveTcpListener.cs
- Dynamic.cs
- ToolStripComboBox.cs
- Win32KeyboardDevice.cs
- DisplayInformation.cs
- Console.cs
- RegexWorker.cs
- OrderedDictionary.cs
- MsmqChannelListenerBase.cs
- JsonFormatReaderGenerator.cs
- StringArrayConverter.cs
- PreviewKeyDownEventArgs.cs
- WebEventCodes.cs
- DataBoundControl.cs
- SmiContext.cs
- LabelEditEvent.cs
- XPathItem.cs
- CompositeControl.cs
- ViewStateModeByIdAttribute.cs
- Timer.cs
- ContextMenuStripGroup.cs
- SecureStringHasher.cs
- TableLayout.cs
- InternalCache.cs
- WebPartCollection.cs
- RbTree.cs
- EntityClassGenerator.cs
- SymDocumentType.cs
- FastPropertyAccessor.cs
- FolderBrowserDialog.cs
- SqlNode.cs
- ToolbarAUtomationPeer.cs
- ValueExpressions.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- InputProcessorProfilesLoader.cs
- querybuilder.cs
- SynchronizingStream.cs
- TypeConverterMarkupExtension.cs
- DirectionalLight.cs
- HtmlTableCell.cs
- Cursor.cs
- OneOfElement.cs
- ResolveDuplexAsyncResult.cs
- PageRanges.cs
- StateElement.cs
- SocketPermission.cs
- TreeViewTemplateSelector.cs
- ListenerBinder.cs
- SynchronizedDispatch.cs
- XmlTextWriter.cs
- MetadataItem.cs
- Int64.cs
- TextTreeObjectNode.cs
- TypeHelpers.cs
- BigInt.cs
- XPathSelectionIterator.cs
- UpdatePanel.cs
- EditorAttributeInfo.cs
- Span.cs
- SmtpReplyReaderFactory.cs
- ActivityFunc.cs
- WindowsListViewItemStartMenu.cs