5 references to IsContentElementProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
273
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsContentElementProperty
, typeof(bool), true ),
366
AutomationElement.
IsContentElementProperty
,
System\Windows\Automation\Automation.cs (1)
61
new PropertyCondition( AutomationElement.
IsContentElementProperty
, false)));
System\Windows\Automation\AutomationElement.cs (1)
1522
public bool IsContentElement { get { return (bool) _el.GetPatternPropertyValue(
IsContentElementProperty
, _useCache); } }
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
207
else if (idProp == AutomationElement.
IsContentElementProperty
)