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