5 references to GetExpandCollapseState
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
1081
switch (
GetExpandCollapseState
())
1110
switch (
GetExpandCollapseState
())
1133
return
GetExpandCollapseState
();
1259
StructureChangeType changeType =
GetExpandCollapseState
() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved;
1265
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null,
GetExpandCollapseState
()));