15 references to ExpandCollapseStateProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
352
new AutomationPropertyInfo( convertToExpandCollapseState, ExpandCollapsePattern.
ExpandCollapseStateProperty
, typeof(ExpandCollapseState), ExpandCollapseState.LeafNode ),
427
private static readonly AutomationProperty [ ] ExpandCollapseProperties = { ExpandCollapsePattern.
ExpandCollapseStateProperty
};
System\Windows\Automation\ExpandCollapsePattern.cs (1)
214
return (ExpandCollapseState)_el.GetPatternPropertyValue(
ExpandCollapseStateProperty
, _useCache);
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\EventManager.cs (2)
216
RaisePropertyChangedEvent(el, ExpandCollapsePattern.
ExpandCollapseStateProperty
, expandCollapse.ExpandCollapseState);
521
_objectIdClient.Add(ExpandCollapsePattern.
ExpandCollapseStateProperty
, new RaiseEvent(HandleExpandCollapseStateProperty));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
366
else if (idProp == ExpandCollapsePattern.
ExpandCollapseStateProperty
)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
161
else if (idProp == ExpandCollapsePattern.
ExpandCollapseStateProperty
)
740
if (idProp is AutomationProperty && idProp == ExpandCollapsePattern.
ExpandCollapseStateProperty
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
515
(automationProperty != null && automationProperty == ExpandCollapsePattern.
ExpandCollapseStateProperty
))
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1065
if (aidProps[i] == ExpandCollapsePattern.
ExpandCollapseStateProperty
)
1112
new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemMenuPopupStart, ExpandCollapsePattern.
ExpandCollapseStateProperty
),
1113
new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemMenuPopupEnd, ExpandCollapsePattern.
ExpandCollapseStateProperty
),
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
98
if (idProp == ExpandCollapsePattern.
ExpandCollapseStateProperty
&& el is TreeViewItem && eventId == NativeMethods.EventObjectStateChange)
337
else if (idProp == ExpandCollapsePattern.
ExpandCollapseStateProperty
)
1265
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.
ExpandCollapseStateProperty
, null, GetExpandCollapseState()));