18 references to NotSupported
UIAutomationClient (8)
MS\Internal\Automation\UiaCoreAPI.cs (1)
241if (val == null || val == AutomationElement.NotSupported || UiaCoreApi.IsErrorMarker(val, false/*throwException*/))
System\Windows\Automation\AutomationElement.cs (4)
537if (value != AutomationElement.NotSupported) 551value = AutomationElement.NotSupported; 700if (val == AutomationElement.NotSupported && !ignoreDefaultValue) 954if (ptClickable == NotSupported)
System\Windows\Automation\ItemContainerPattern.cs (1)
148if (value != AutomationElement.NotSupported &&
System\Windows\Automation\PropertyCondition.cs (1)
148if (val != AutomationElement.NotSupported &&
System\Windows\Automation\Text\TextRange.cs (1)
261else if (obj != AutomationElement.NotSupported && ai.ObjectConverter != null)
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (1)
454if (propertyValue != null && propertyValue != AutomationElement.NotSupported)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
246return AutomationElement.NotSupported;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
224return AutomationElement.NotSupported;
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
671rval = AutomationElement.NotSupported;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1064if (propertyValue != null && propertyValue != AutomationElement.NotSupported) 2951return AutomationElement.NotSupported;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
163return AutomationElement.NotSupported;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (3)
627rval = AutomationElement.NotSupported; 670return AutomationElement.NotSupported; 811return AutomationElement.NotSupported;