19 references to IsControlElementProperty
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (2)
272
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsControlElementProperty
, typeof(bool), true ),
365
AutomationElement.
IsControlElementProperty
,
System\Windows\Automation\Automation.cs (2)
54
new PropertyCondition( AutomationElement.
IsControlElementProperty
, false) );
60
new PropertyCondition( AutomationElement.
IsControlElementProperty
, false),
System\Windows\Automation\AutomationElement.cs (1)
1519
public bool IsControlElement { get { return (bool) _el.GetPatternPropertyValue(
IsControlElementProperty
, _useCache); } }
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
94
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
201
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
184
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
77
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
373
if (idProp == AutomationElement.
IsControlElementProperty
)
523
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
206
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
119
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
148
if (idProp == AutomationElement.
IsControlElementProperty
)
959
else if (idProp == AutomationElement.
IsControlElementProperty
)
1421
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
477
else if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
135
if (idProp == AutomationElement.
IsControlElementProperty
)
492
if (idProp == AutomationElement.
IsControlElementProperty
)