Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / PopupRootAutomationPeer.cs / 1 / 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
- StringStorage.cs
- LateBoundBitmapDecoder.cs
- WebException.cs
- HierarchicalDataSourceIDConverter.cs
- Visitors.cs
- DataGridColumnFloatingHeader.cs
- TreeNodeCollection.cs
- MouseDevice.cs
- Int64AnimationUsingKeyFrames.cs
- SpeakProgressEventArgs.cs
- NameScopePropertyAttribute.cs
- util.cs
- FormParameter.cs
- ComboBoxItem.cs
- UserControlBuildProvider.cs
- NameObjectCollectionBase.cs
- MobileControlDesigner.cs
- VectorKeyFrameCollection.cs
- FileInfo.cs
- StateDesigner.LayoutSelectionGlyph.cs
- IISMapPath.cs
- TextEditorCopyPaste.cs
- ToolStripHighContrastRenderer.cs
- DataSourceHelper.cs
- UnmanagedMemoryStreamWrapper.cs
- CultureInfoConverter.cs
- ClosableStream.cs
- SortDescriptionCollection.cs
- GeneralTransform3DTo2D.cs
- TokenCreationException.cs
- FixedSOMGroup.cs
- ValidatingReaderNodeData.cs
- NameNode.cs
- Menu.cs
- OleDbFactory.cs
- ApplicationDirectory.cs
- NavigationWindowAutomationPeer.cs
- TextBoxBase.cs
- ResolveCompletedEventArgs.cs
- IsolatedStorageException.cs
- TaskHelper.cs
- GeometryModel3D.cs
- arc.cs
- _DisconnectOverlappedAsyncResult.cs
- CoordinationService.cs
- JoinSymbol.cs
- HttpCachePolicyWrapper.cs
- SynchronizedInputProviderWrapper.cs
- WebPartVerbsEventArgs.cs
- RepeatButton.cs
- HTMLTextWriter.cs
- DockPanel.cs
- ReversePositionQuery.cs
- MenuAutomationPeer.cs
- DataGridViewColumnEventArgs.cs
- CaseInsensitiveOrdinalStringComparer.cs
- DragCompletedEventArgs.cs
- XmlCountingReader.cs
- BinaryUtilClasses.cs
- TimeSpan.cs
- ExtenderProviderService.cs
- ContractCodeDomInfo.cs
- DoubleIndependentAnimationStorage.cs
- UncommonField.cs
- HoistedLocals.cs
- PageBreakRecord.cs
- TextTreeRootNode.cs
- Shared.cs
- TdsParserHelperClasses.cs
- SqlProfileProvider.cs
- EntityDataSourceSelectedEventArgs.cs
- SystemDropShadowChrome.cs
- DeploymentSection.cs
- HtmlButton.cs
- UInt64Converter.cs
- ScalarConstant.cs
- TouchFrameEventArgs.cs
- COMException.cs
- MultilineStringConverter.cs
- CrossAppDomainChannel.cs
- ProxyHelper.cs
- cryptoapiTransform.cs
- InputLangChangeEvent.cs
- RuntimeEnvironment.cs
- BindingExpressionBase.cs
- GenericXmlSecurityToken.cs
- CharacterBufferReference.cs
- FtpCachePolicyElement.cs
- TypeInitializationException.cs
- HtmlInputSubmit.cs
- Transform.cs
- HttpException.cs
- DataGridViewDesigner.cs
- DataSvcMapFileSerializer.cs
- MemberCollection.cs
- WebService.cs
- UpdateRecord.cs
- DNS.cs
- VisualTreeUtils.cs
- CLRBindingWorker.cs