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)
35
new PropertyCondition( AutomationElement.
IsControlElementProperty
, false) );
41
new PropertyCondition( AutomationElement.
IsControlElementProperty
, false),
System\Windows\Automation\AutomationElement.cs (1)
1419
public bool IsControlElement { get { return (bool) _el.GetPatternPropertyValue(
IsControlElementProperty
, _useCache); } }
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
77
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
183
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
172
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
63
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
357
if (idProp == AutomationElement.
IsControlElementProperty
)
509
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
192
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
110
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
148
if (idProp == AutomationElement.
IsControlElementProperty
)
961
else if (idProp == AutomationElement.
IsControlElementProperty
)
1423
if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
466
else if (idProp == AutomationElement.
IsControlElementProperty
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
118
if (idProp == AutomationElement.
IsControlElementProperty
)
475
if (idProp == AutomationElement.
IsControlElementProperty
)