10 references to TogglePatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2381s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.Toggle);
PresentationFramework (2)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
309RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty,
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
66RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (1)
112dataPeer?.RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue));
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
128RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue));
UIAutomationClient (2)
System\Windows\Automation\TogglePattern.cs (2)
47public static readonly AutomationPattern Pattern = TogglePatternIdentifiers.Pattern; 50public static readonly AutomationProperty ToggleStateProperty = TogglePatternIdentifiers.ToggleStateProperty;
UIAutomationTypes (2)
System\Windows\Automation\ControlType.cs (2)
142new AutomationPattern[] { TogglePatternIdentifiers.Pattern } 175new AutomationPattern[] { TogglePatternIdentifiers.Pattern },