4 references to ObjectConverter
UIAutomationClient (4)
MS\Internal\Automation\UiaCoreApi.cs (2)
234if (pi.ObjectConverter != null) 236data[objIndex, 1 + propertyIndex] = pi.ObjectConverter(val);
System\Windows\Automation\AutomationElement.cs (2)
512if (value != null && pi.ObjectConverter != null) 514value = pi.ObjectConverter(value);