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