10 references to ExpandCollapse
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2299
s_patternInfo[ExpandCollapsePatternIdentifiers.Pattern.Id] = new PatternInfo(ExpandCollapsePatternIdentifiers.Pattern.Id, new WrapObject(ExpandCollapseProviderWrapper.Wrap), PatternInterface.
ExpandCollapse
);
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
57
else if(pattern == PatternInterface.
ExpandCollapse
)
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
49
if (patternInterface == PatternInterface.
ExpandCollapse
|| patternInterface == PatternInterface.Value)
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
71
if(pattern == PatternInterface.
ExpandCollapse
)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
102
if(patternInterface == PatternInterface.
ExpandCollapse
)
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
45
if (patternInterface == PatternInterface.
ExpandCollapse
)
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
48
if (patternInterface == PatternInterface.
ExpandCollapse
)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
42
if (patternInterface == PatternInterface.
ExpandCollapse
)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
161
if (patternInterface == PatternInterface.
ExpandCollapse
)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
70
if (patternInterface == PatternInterface.
ExpandCollapse
)