5 references to GetExpandCollapseState
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
1097
switch (
GetExpandCollapseState
())
1126
switch (
GetExpandCollapseState
())
1149
return
GetExpandCollapseState
();
1275
StructureChangeType changeType =
GetExpandCollapseState
() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved;
1281
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null,
GetExpandCollapseState
()));