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