5 references to Toggle
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2396
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)
58
else if (patternInterface == PatternInterface.
Toggle
)
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
43
if (patternInterface == PatternInterface.
Toggle
)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
97
else if (patternInterface == PatternInterface.
Toggle
)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
53
if (patternInterface == PatternInterface.
Toggle
&& OwningSplitButton.IsCheckable)