5 references to Toggle
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2385
s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.
Toggle
);
PresentationFramework (2)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
45
else if (patternInterface == PatternInterface.
Toggle
)
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
32
if (patternInterface == PatternInterface.
Toggle
)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
93
else if (patternInterface == PatternInterface.
Toggle
)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
50
if (patternInterface == PatternInterface.
Toggle
&& OwningSplitButton.IsCheckable)