Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / PopupRootAutomationPeer.cs / 1305600 / PopupRootAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; using System.Text; using System.Windows; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// internal class PopupRootAutomationPeer : FrameworkElementAutomationPeer { /// public PopupRootAutomationPeer(PopupRoot owner): base(owner) {} /// override protected string GetClassNameCore() { return "Popup"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Window; } } } // 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.Security.Permissions; using System.Text; using System.Windows; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// internal class PopupRootAutomationPeer : FrameworkElementAutomationPeer { /// public PopupRootAutomationPeer(PopupRoot owner): base(owner) {} /// override protected string GetClassNameCore() { return "Popup"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Window; } } } // 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
- SourceSwitch.cs
- SuppressMergeCheckAttribute.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- ComponentResourceKey.cs
- DSACryptoServiceProvider.cs
- IisTraceListener.cs
- ToolStripRendererSwitcher.cs
- FileVersion.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ServiceObjectContainer.cs
- AutomationProperties.cs
- AuthenticationModulesSection.cs
- SimpleFieldTemplateFactory.cs
- DataGridCellInfo.cs
- SafeCoTaskMem.cs
- PropertyInfoSet.cs
- HttpWebRequest.cs
- brushes.cs
- TypeConstant.cs
- WindowsListViewItemStartMenu.cs
- EndpointConfigContainer.cs
- XmlTextReader.cs
- JavaScriptSerializer.cs
- WindowPattern.cs
- QueryIntervalOp.cs
- SwitchAttribute.cs
- DesignerPerfEventProvider.cs
- TypedTableBaseExtensions.cs
- AsmxEndpointPickerExtension.cs
- KerberosSecurityTokenAuthenticator.cs
- AuthenticationService.cs
- RuleConditionDialog.Designer.cs
- CollectionAdapters.cs
- ValidatingPropertiesEventArgs.cs
- BufferBuilder.cs
- ISFTagAndGuidCache.cs
- ComponentConverter.cs
- NumberFormatInfo.cs
- VectorConverter.cs
- XmlNamespaceMappingCollection.cs
- PersonalizableTypeEntry.cs
- MasterPageBuildProvider.cs
- ExcCanonicalXml.cs
- GestureRecognitionResult.cs
- DbMetaDataCollectionNames.cs
- ExpressionNode.cs
- TableStyle.cs
- MemberInfoSerializationHolder.cs
- DecimalMinMaxAggregationOperator.cs
- TextSegment.cs
- AutomationPeer.cs
- ScrollProperties.cs
- StylusEventArgs.cs
- NextPreviousPagerField.cs
- X509Extension.cs
- CryptographicAttribute.cs
- MenuItemCollection.cs
- ResourcePool.cs
- DependencyObjectType.cs
- CssClassPropertyAttribute.cs
- _ListenerRequestStream.cs
- X509CertificateRecipientServiceCredential.cs
- ToolStripPanelCell.cs
- SyndicationLink.cs
- StringReader.cs
- SystemException.cs
- TrackingMemoryStream.cs
- ResourceWriter.cs
- DecoderExceptionFallback.cs
- Exceptions.cs
- WebServiceData.cs
- ScopedMessagePartSpecification.cs
- IISMapPath.cs
- BinaryWriter.cs
- Literal.cs
- NativeMethods.cs
- MenuItemAutomationPeer.cs
- DataGridState.cs
- QueryStringParameter.cs
- InvalidPipelineStoreException.cs
- DelayLoadType.cs
- InkPresenter.cs
- NetNamedPipeBindingElement.cs
- DataBinder.cs
- CharEnumerator.cs
- ConnectionStringSettingsCollection.cs
- WebServiceData.cs
- UriSection.cs
- SqlClientMetaDataCollectionNames.cs
- Point4DConverter.cs
- DataSourceXmlSubItemAttribute.cs
- Vertex.cs
- WindowsRegion.cs
- Size3DConverter.cs
- figurelengthconverter.cs
- RegexMatch.cs
- RoleService.cs
- DecoderFallback.cs
- Vector3DCollectionConverter.cs
- XsltArgumentList.cs