4 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2376
s_patternInfo[WindowPatternIdentifiers.
Pattern
.Id] = new PatternInfo(WindowPatternIdentifiers.
Pattern
.Id, new WrapObject(WindowProviderWrapper.Wrap), PatternInterface.Window);
UIAutomationClient (1)
System\Windows\Automation\WindowPattern.cs (1)
49
public static readonly AutomationPattern Pattern = WindowPatternIdentifiers.
Pattern
;
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
251
new AutomationPattern[] { WindowPatternIdentifiers.
Pattern
},