10 references to TogglePatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2380s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.Toggle);
PresentationFramework (2)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
308RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty,
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
65RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue));
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (1)
111dataPeer?.RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue));
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
127RaisePropertyChangedEvent(TogglePatternIdentifiers.ToggleStateProperty, ConvertToToggleState(oldValue), ConvertToToggleState(newValue));
UIAutomationClient (2)
System\Windows\Automation\TogglePattern.cs (2)
46public static readonly AutomationPattern Pattern = TogglePatternIdentifiers.Pattern; 49public static readonly AutomationProperty ToggleStateProperty = TogglePatternIdentifiers.ToggleStateProperty;
UIAutomationTypes (2)
System\Windows\Automation\ControlType.cs (2)
141new AutomationPattern[] { TogglePatternIdentifiers.Pattern } 174new AutomationPattern[] { TogglePatternIdentifiers.Pattern },