19 references to IsControlElementProperty
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (2)
285
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsControlElementProperty
, typeof(bool), true ),
380
AutomationElement.
IsControlElementProperty
,
System\Windows\Automation\Automation.cs (2)
34
new PropertyCondition( AutomationElement.
IsControlElementProperty
, false) );
40
new PropertyCondition( AutomationElement.
IsControlElementProperty
, false),
System\Windows\Automation\AutomationElement.cs (1)
1418
public bool IsControlElement { get { return (bool) _el.GetPatternPropertyValue(
IsControlElementProperty
, _useCache); } }
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
76
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
182
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
168
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
62
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
356
if (idProp == AutomationElement.
IsControlElementProperty
)
508
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
188
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
109
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
144
if (idProp == AutomationElement.
IsControlElementProperty
)
953
else if (idProp == AutomationElement.
IsControlElementProperty
)
1415
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
462
else if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
114
if (idProp == AutomationElement.
IsControlElementProperty
)
471
if (idProp == AutomationElement.
IsControlElementProperty
)