2 references to IsErrorMarker
UIAutomationClient (2)
MS\Internal\Automation\UiaCoreAPI.cs (1)
241if (val == null || val == AutomationElement.NotSupported || UiaCoreApi.IsErrorMarker(val, false/*throwException*/))
System\Windows\Automation\AutomationElement.cs (1)
698UiaCoreApi.IsErrorMarker(val, true/*throwException*/);