5 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2380s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.Toggle);
UIAutomationClient (1)
System\Windows\Automation\TogglePattern.cs (1)
46public static readonly AutomationPattern Pattern = TogglePatternIdentifiers.Pattern;
UIAutomationTypes (2)
System\Windows\Automation\ControlType.cs (2)
141new AutomationPattern[] { TogglePatternIdentifiers.Pattern } 174new AutomationPattern[] { TogglePatternIdentifiers.Pattern },