5 references to IsContentElementProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
286
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsContentElementProperty
, typeof(bool), true ),
381
AutomationElement.
IsContentElementProperty
,
System\Windows\Automation\Automation.cs (1)
42
new PropertyCondition( AutomationElement.
IsContentElementProperty
, false)));
System\Windows\Automation\AutomationElement.cs (1)
1422
public bool IsContentElement { get { return (bool) _el.GetPatternPropertyValue(
IsContentElementProperty
, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
192
else if (idProp == AutomationElement.
IsContentElementProperty
)