20 references to AutomationPropertyConverter
UIAutomationClient (20)
MS\Internal\Automation\AutomationAttributeInfo.cs (3)
30
AutomationPropertyConverter
converter,
51
internal
AutomationPropertyConverter
ObjectConverter { get { return _converter; } }
67
private
AutomationPropertyConverter
_converter;
MS\Internal\Automation\AutomationPropertyInfo.cs (3)
37
AutomationPropertyConverter
converter,
61
internal
AutomationPropertyConverter
ObjectConverter { get { return _converter; } }
78
private
AutomationPropertyConverter
_converter;
MS\Internal\Automation\Schema.cs (14)
221
private static
AutomationPropertyConverter
convertToBool = new AutomationPropertyConverter(ConvertToBool);
222
private static
AutomationPropertyConverter
convertToRowOrColumnMajor = new AutomationPropertyConverter(ConvertToRowOrColumnMajor);
223
private static
AutomationPropertyConverter
convertToToggleState = new AutomationPropertyConverter(ConvertToToggleState);
224
private static
AutomationPropertyConverter
convertToWindowInteractionState = new AutomationPropertyConverter(ConvertToWindowInteractionState);
225
private static
AutomationPropertyConverter
convertToWindowVisualState = new AutomationPropertyConverter(ConvertToWindowVisualState);
226
private static
AutomationPropertyConverter
convertToExpandCollapseState = new AutomationPropertyConverter(ConvertToExpandCollapseState);
227
private static
AutomationPropertyConverter
convertToRect = new AutomationPropertyConverter(ConvertToRect);
228
private static
AutomationPropertyConverter
convertToPoint = new AutomationPropertyConverter(ConvertToPoint);
229
private static
AutomationPropertyConverter
convertToOrientationType = new AutomationPropertyConverter(ConvertToOrientationType);
230
private static
AutomationPropertyConverter
convertToDockPosition = new AutomationPropertyConverter(ConvertToDockPosition);
231
private static
AutomationPropertyConverter
convertToElement = new AutomationPropertyConverter(ConvertToElement);
232
private static
AutomationPropertyConverter
convertToElementArray = new AutomationPropertyConverter(ConvertToElementArray);
233
private static
AutomationPropertyConverter
convertToControlType = new AutomationPropertyConverter(ConvertToControlType);
234
private static
AutomationPropertyConverter
convertToCultureInfo = new AutomationPropertyConverter(ConvertToCultureInfo);