3 references to Toggle
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2308
s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.
Toggle
);
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
54
else if (patternInterface == PatternInterface.
Toggle
)
src\Framework\System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
39
if (patternInterface == PatternInterface.
Toggle
)