4 references to ObjectConverter
UIAutomationClient (4)
MS\Internal\Automation\UiaCoreAPI.cs (2)
247if (pi.ObjectConverter != null) 249data[objIndex, 1 + propertyIndex] = pi.ObjectConverter(val);
System\Windows\Automation\AutomationElement.cs (2)
542if (value != null && pi.ObjectConverter != null) 544value = pi.ObjectConverter(value);