18 references to ExpandCollapsePatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2371s_patternInfo[ExpandCollapsePatternIdentifiers.Pattern.Id] = new PatternInfo(ExpandCollapsePatternIdentifiers.Pattern.Id, new WrapObject(ExpandCollapseProviderWrapper.Wrap), PatternInterface.ExpandCollapse);
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
229ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
117ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
300ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
159ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
306ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
304ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
132ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
266ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (1)
101ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
87ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (1)
143ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty,
UIAutomationClient (2)
System\Windows\Automation\ExpandCollapsePattern.cs (2)
44public static readonly AutomationPattern Pattern = ExpandCollapsePatternIdentifiers.Pattern; 47public static readonly AutomationProperty ExpandCollapseStateProperty = ExpandCollapsePatternIdentifiers.ExpandCollapseStateProperty;
UIAutomationTypes (3)
System\Windows\Automation\ControlType.cs (3)
145new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, ExpandCollapsePatternIdentifiers.Pattern } 173new AutomationPattern[] { ExpandCollapsePatternIdentifiers.Pattern }, 244new AutomationPattern[] { ExpandCollapsePatternIdentifiers.Pattern },