5 references to GetExpandCollapseState
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
1086
switch (
GetExpandCollapseState
())
1115
switch (
GetExpandCollapseState
())
1138
return
GetExpandCollapseState
();
1264
StructureChangeType changeType =
GetExpandCollapseState
() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved;
1270
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null,
GetExpandCollapseState
()));