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