14 references to WindowPatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2375s_patternInfo[WindowPatternIdentifiers.Pattern.Id] = new PatternInfo(WindowPatternIdentifiers.Pattern.Id, new WrapObject(WindowProviderWrapper.Wrap), PatternInterface.Window);
UIAutomationClient (9)
System\Windows\Automation\WindowPattern.cs (9)
48public static readonly AutomationPattern Pattern = WindowPatternIdentifiers.Pattern; 51public static readonly AutomationProperty CanMaximizeProperty = WindowPatternIdentifiers.CanMaximizeProperty; 54public static readonly AutomationProperty CanMinimizeProperty = WindowPatternIdentifiers.CanMinimizeProperty; 57public static readonly AutomationProperty IsModalProperty = WindowPatternIdentifiers.IsModalProperty; 60public static readonly AutomationProperty WindowVisualStateProperty = WindowPatternIdentifiers.WindowVisualStateProperty; 63public static readonly AutomationProperty WindowInteractionStateProperty = WindowPatternIdentifiers.WindowInteractionStateProperty; 66public static readonly AutomationProperty IsTopmostProperty = WindowPatternIdentifiers.IsTopmostProperty; 69public static readonly AutomationEvent WindowOpenedEvent = WindowPatternIdentifiers.WindowOpenedEvent; 72public static readonly AutomationEvent WindowClosedEvent = WindowPatternIdentifiers.WindowClosedEvent;
UIAutomationProvider (1)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (1)
149if (e.EventId == WindowPatternIdentifiers.WindowClosedEvent && !(e is WindowClosedEventArgs))
UIAutomationTypes (2)
System\Windows\Automation\ControlType.cs (1)
250new AutomationPattern[] { WindowPatternIdentifiers.Pattern },
System\Windows\Automation\WindowClosedEventArgs.cs (1)
29: base(WindowPatternIdentifiers.WindowClosedEvent)