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