3 references to Toggle
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2308s_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)
54else if (patternInterface == PatternInterface.Toggle)
src\Framework\System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
39if (patternInterface == PatternInterface.Toggle)