15 references to ExpandCollapseStateProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
337new AutomationPropertyInfo( convertToExpandCollapseState, ExpandCollapsePattern.ExpandCollapseStateProperty, typeof(ExpandCollapseState), ExpandCollapseState.LeafNode ), 412private static readonly AutomationProperty [ ] ExpandCollapseProperties = { ExpandCollapsePattern.ExpandCollapseStateProperty};
System\Windows\Automation\ExpandCollapsePattern.cs (1)
240return (ExpandCollapseState)_el.GetPatternPropertyValue(ExpandCollapseStateProperty, _useCache);
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\EventManager.cs (2)
230RaisePropertyChangedEvent(el, ExpandCollapsePattern.ExpandCollapseStateProperty, expandCollapse.ExpandCollapseState); 535_objectIdClient.Add(ExpandCollapsePattern.ExpandCollapseStateProperty, new RaiseEvent(HandleExpandCollapseStateProperty));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
389else if (idProp == ExpandCollapsePattern.ExpandCollapseStateProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
179else if (idProp == ExpandCollapsePattern.ExpandCollapseStateProperty) 762if (idProp is AutomationProperty && idProp == ExpandCollapsePattern.ExpandCollapseStateProperty)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
534(automationProperty != null && automationProperty == ExpandCollapsePattern.ExpandCollapseStateProperty))
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1084if (aidProps[i] == ExpandCollapsePattern.ExpandCollapseStateProperty) 1131new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemMenuPopupStart, ExpandCollapsePattern.ExpandCollapseStateProperty), 1132new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemMenuPopupEnd, ExpandCollapsePattern.ExpandCollapseStateProperty),
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
110if (idProp == ExpandCollapsePattern.ExpandCollapseStateProperty && el is TreeViewItem && eventId == NativeMethods.EventObjectStateChange) 352else if (idProp == ExpandCollapsePattern.ExpandCollapseStateProperty) 1281AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null, GetExpandCollapseState()));