14 references to WindowPatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2376s_patternInfo[WindowPatternIdentifiers.Pattern.Id] = new PatternInfo(WindowPatternIdentifiers.Pattern.Id, new WrapObject(WindowProviderWrapper.Wrap), PatternInterface.Window);
UIAutomationClient (9)
System\Windows\Automation\WindowPattern.cs (9)
49public static readonly AutomationPattern Pattern = WindowPatternIdentifiers.Pattern; 52public static readonly AutomationProperty CanMaximizeProperty = WindowPatternIdentifiers.CanMaximizeProperty; 55public static readonly AutomationProperty CanMinimizeProperty = WindowPatternIdentifiers.CanMinimizeProperty; 58public static readonly AutomationProperty IsModalProperty = WindowPatternIdentifiers.IsModalProperty; 61public static readonly AutomationProperty WindowVisualStateProperty = WindowPatternIdentifiers.WindowVisualStateProperty; 64public static readonly AutomationProperty WindowInteractionStateProperty = WindowPatternIdentifiers.WindowInteractionStateProperty; 67public static readonly AutomationProperty IsTopmostProperty = WindowPatternIdentifiers.IsTopmostProperty; 70public static readonly AutomationEvent WindowOpenedEvent = WindowPatternIdentifiers.WindowOpenedEvent; 73public static readonly AutomationEvent WindowClosedEvent = WindowPatternIdentifiers.WindowClosedEvent;
UIAutomationProvider (1)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (1)
150if (e.EventId == WindowPatternIdentifiers.WindowClosedEvent && !(e is WindowClosedEventArgs))
UIAutomationTypes (2)
System\Windows\Automation\ControlType.cs (1)
251new AutomationPattern[] { WindowPatternIdentifiers.Pattern },
System\Windows\Automation\WindowClosedEventArgs.cs (1)
30: base(WindowPatternIdentifiers.WindowClosedEvent)