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
- SQLMoneyStorage.cs
- DispatcherExceptionEventArgs.cs
- StrongNameIdentityPermission.cs
- StackOverflowException.cs
- WebBrowserNavigatingEventHandler.cs
- HttpAsyncResult.cs
- ActiveXContainer.cs
- DesignerProperties.cs
- CompiledXpathExpr.cs
- ContextInformation.cs
- SafeRightsManagementHandle.cs
- TraceFilter.cs
- FlatButtonAppearance.cs
- HotSpot.cs
- XmlSchemaAttribute.cs
- OracleTransaction.cs
- MDIClient.cs
- TrackBarRenderer.cs
- SuppressIldasmAttribute.cs
- FactoryGenerator.cs
- LineUtil.cs
- LinkedResource.cs
- TextContainer.cs
- CommandLineParser.cs
- Visual3D.cs
- GridViewRowCollection.cs
- Helpers.cs
- DataServiceEntityAttribute.cs
- HtmlDocument.cs
- DefaultWorkflowSchedulerService.cs
- DocumentsTrace.cs
- TextRange.cs
- OutputWindow.cs
- SapiGrammar.cs
- HTMLTextWriter.cs
- RouteItem.cs
- XmlBinaryReader.cs
- XpsSerializationManager.cs
- GeometryModel3D.cs
- FormsAuthenticationCredentials.cs
- ControlType.cs
- DataContractSerializerElement.cs
- PointLight.cs
- CommonXSendMessage.cs
- ApplicationActivator.cs
- DesignBindingValueUIHandler.cs
- ColorMatrix.cs
- GridViewSortEventArgs.cs
- RenamedEventArgs.cs
- MenuStrip.cs
- ItemCollectionEditor.cs
- ReadOnlyDictionary.cs
- TimestampInformation.cs
- SecureUICommand.cs
- SafeRightsManagementEnvironmentHandle.cs
- HttpCachePolicyElement.cs
- StrongNameUtility.cs
- MarkupProperty.cs
- ThreadStartException.cs
- ButtonRenderer.cs
- DecimalConstantAttribute.cs
- XmlSerializerAssemblyAttribute.cs
- DataGridViewColumnTypePicker.cs
- DirectoryInfo.cs
- ReflectPropertyDescriptor.cs
- SqlDataSourceQueryConverter.cs
- querybuilder.cs
- XmlParserContext.cs
- DeflateInput.cs
- DataGridViewCellParsingEventArgs.cs
- DtrList.cs
- EndOfStreamException.cs
- ProgressBar.cs
- SafeNativeMemoryHandle.cs
- Operator.cs
- ReferentialConstraint.cs
- DataGridViewColumnEventArgs.cs
- Stroke2.cs
- IncomingWebRequestContext.cs
- StackBuilderSink.cs
- HandlerBase.cs
- GregorianCalendarHelper.cs
- XmlEncoding.cs
- DataPagerFieldCollection.cs
- RSACryptoServiceProvider.cs
- ImmComposition.cs
- DesignDataSource.cs
- AssociatedControlConverter.cs
- DispatcherHooks.cs
- contentDescriptor.cs
- TraceContextEventArgs.cs
- RegistryPermission.cs
- XmlDownloadManager.cs
- CorrelationActionMessageFilter.cs
- RegexMatchCollection.cs
- ProtocolReflector.cs
- MessageBox.cs
- CompiledIdentityConstraint.cs
- DropDownButton.cs
- MissingFieldException.cs