4 references to Pattern
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 (1)
System\Windows\Automation\WindowPattern.cs (1)
49public static readonly AutomationPattern Pattern = WindowPatternIdentifiers.Pattern;
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
251new AutomationPattern[] { WindowPatternIdentifiers.Pattern },