Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReflectPropertyDescriptor.cs
- Quaternion.cs
- ComEventsMethod.cs
- MachinePropertyVariants.cs
- RegexCompiler.cs
- DataGridViewHitTestInfo.cs
- Win32.cs
- SafeRegistryKey.cs
- SvcMapFileLoader.cs
- XmlSchemaProviderAttribute.cs
- OrderingExpression.cs
- LoginDesignerUtil.cs
- ResetableIterator.cs
- FileNameEditor.cs
- SafeArrayRankMismatchException.cs
- Converter.cs
- CodeObjectCreateExpression.cs
- BindingExpression.cs
- RootBrowserWindowProxy.cs
- TokenizerHelper.cs
- CharAnimationUsingKeyFrames.cs
- KeyboardDevice.cs
- UIElement.cs
- RequestBringIntoViewEventArgs.cs
- ServiceModelExtensionCollectionElement.cs
- sqlnorm.cs
- ValueExpressions.cs
- DateTimeFormatInfo.cs
- CompilerInfo.cs
- Coordinator.cs
- Frame.cs
- SynchronizationContext.cs
- MailAddress.cs
- DataExchangeServiceBinder.cs
- SessionStateItemCollection.cs
- AsyncResult.cs
- RawContentTypeMapper.cs
- WebPartCloseVerb.cs
- ByteArrayHelperWithString.cs
- RectAnimationBase.cs
- NamedServiceModelExtensionCollectionElement.cs
- RemoteWebConfigurationHostServer.cs
- SqlDataSourceQueryEditorForm.cs
- COM2TypeInfoProcessor.cs
- sqlnorm.cs
- _SSPIWrapper.cs
- PasswordBox.cs
- MbpInfo.cs
- LinkLabel.cs
- TextEvent.cs
- ListView.cs
- FixedSchema.cs
- EntityContainerEmitter.cs
- RuntimeTrackingProfile.cs
- Accessible.cs
- XmlSchemaSimpleContentRestriction.cs
- ResourceType.cs
- TagMapInfo.cs
- MetadataException.cs
- RsaKeyGen.cs
- MetadataArtifactLoaderCompositeResource.cs
- ZipIORawDataFileBlock.cs
- NullableFloatMinMaxAggregationOperator.cs
- XmlSchemaDatatype.cs
- SafeRightsManagementQueryHandle.cs
- ConfigXmlElement.cs
- RedistVersionInfo.cs
- FindCompletedEventArgs.cs
- HtmlElementCollection.cs
- QueryCacheEntry.cs
- processwaithandle.cs
- ComponentChangingEvent.cs
- LinqDataSourceView.cs
- XmlFormatReaderGenerator.cs
- Rect3D.cs
- BreakRecordTable.cs
- WindowsContainer.cs
- MissingManifestResourceException.cs
- ConnectionManagementElementCollection.cs
- SettingsPropertyValue.cs
- ScaleTransform3D.cs
- ParallelTimeline.cs
- ParameterRetriever.cs
- ActivationProxy.cs
- ToolStripProgressBar.cs
- GACIdentityPermission.cs
- MimeTypeAttribute.cs
- BasicViewGenerator.cs
- RequestSecurityToken.cs
- GC.cs
- GlobalProxySelection.cs
- WebPartHeaderCloseVerb.cs
- ComboBoxRenderer.cs
- ModelService.cs
- _Semaphore.cs
- XmlNamespaceDeclarationsAttribute.cs
- MdiWindowListStrip.cs
- ProxyManager.cs
- LicenseProviderAttribute.cs
- InvokePattern.cs