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