18 references to NotSupported
UIAutomationClient (8)
MS\Internal\Automation\UiaCoreApi.cs (1)
228
if (val == null || val == AutomationElement.
NotSupported
|| UiaCoreApi.IsErrorMarker(val, false/*throwException*/))
System\Windows\Automation\AutomationElement.cs (4)
507
if (value != AutomationElement.
NotSupported
)
521
value = AutomationElement.
NotSupported
;
650
if (val == AutomationElement.
NotSupported
&& !ignoreDefaultValue)
874
if (ptClickable ==
NotSupported
)
System\Windows\Automation\ItemContainerPattern.cs (1)
137
if (value != AutomationElement.
NotSupported
&&
System\Windows\Automation\PropertyCondition.cs (1)
135
if (val != AutomationElement.
NotSupported
&&
System\Windows\Automation\Text\TextRange.cs (1)
247
else if (obj != AutomationElement.
NotSupported
&& ai.ObjectConverter != null)
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (1)
441
if (propertyValue != null && propertyValue != AutomationElement.
NotSupported
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
231
return AutomationElement.
NotSupported
;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
206
return AutomationElement.
NotSupported
;
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
646
rval = AutomationElement.
NotSupported
;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1046
if (propertyValue != null && propertyValue != AutomationElement.
NotSupported
)
2931
return AutomationElement.
NotSupported
;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
147
return AutomationElement.
NotSupported
;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (3)
601
rval = AutomationElement.
NotSupported
;
644
return AutomationElement.
NotSupported
;
785
return AutomationElement.
NotSupported
;