5 references to GetExpandCollapseState
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
1082
switch (
GetExpandCollapseState
())
1111
switch (
GetExpandCollapseState
())
1134
return
GetExpandCollapseState
();
1260
StructureChangeType changeType =
GetExpandCollapseState
() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved;
1266
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null,
GetExpandCollapseState
()));