7 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2366s_patternInfo[InvokePatternIdentifiers.Pattern.Id] = new PatternInfo(InvokePatternIdentifiers.Pattern.Id, new WrapObject(InvokeProviderWrapper.Wrap), PatternInterface.Invoke);
UIAutomationClient (1)
System\Windows\Automation\InvokePattern.cs (1)
53public static readonly AutomationPattern Pattern = InvokePatternIdentifiers.Pattern;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
134new AutomationPattern[] { InvokePatternIdentifiers.Pattern } 154new AutomationPattern[] { InvokePatternIdentifiers.Pattern } 173new AutomationPattern[] { InvokePatternIdentifiers.Pattern }, 244new AutomationPattern[] { InvokePatternIdentifiers.Pattern },