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