21 references to AutomationPropertyConverter
UIAutomationClient (21)
MS\Internal\Automation\AutomationAttributeInfo.cs (3)
28
AutomationPropertyConverter
converter,
49
internal
AutomationPropertyConverter
ObjectConverter { get { return _converter; } }
65
private
AutomationPropertyConverter
_converter;
MS\Internal\Automation\AutomationPropertyInfo.cs (3)
28
AutomationPropertyConverter
converter,
52
internal
AutomationPropertyConverter
ObjectConverter { get { return _converter; } }
69
private
AutomationPropertyConverter
_converter;
MS\Internal\Automation\Schema.cs (15)
233
private static
AutomationPropertyConverter
convertToBool = new AutomationPropertyConverter(ConvertToBool);
234
private static
AutomationPropertyConverter
convertToRowOrColumnMajor = new AutomationPropertyConverter(ConvertToRowOrColumnMajor);
235
private static
AutomationPropertyConverter
convertToToggleState = new AutomationPropertyConverter(ConvertToToggleState);
236
private static
AutomationPropertyConverter
convertToWindowInteractionState = new AutomationPropertyConverter(ConvertToWindowInteractionState);
237
private static
AutomationPropertyConverter
convertToWindowVisualState = new AutomationPropertyConverter(ConvertToWindowVisualState);
238
private static
AutomationPropertyConverter
convertToExpandCollapseState = new AutomationPropertyConverter(ConvertToExpandCollapseState);
239
private static
AutomationPropertyConverter
convertToRect = new AutomationPropertyConverter(ConvertToRect);
240
private static
AutomationPropertyConverter
convertToPoint = new AutomationPropertyConverter(ConvertToPoint);
241
private static
AutomationPropertyConverter
convertToOrientationType = new AutomationPropertyConverter(ConvertToOrientationType);
242
private static
AutomationPropertyConverter
convertToDockPosition = new AutomationPropertyConverter(ConvertToDockPosition);
243
private static
AutomationPropertyConverter
convertToElement = new AutomationPropertyConverter(ConvertToElement);
244
private static
AutomationPropertyConverter
convertToElementArray = new AutomationPropertyConverter(ConvertToElementArray);
245
private static
AutomationPropertyConverter
convertToControlType = new AutomationPropertyConverter(ConvertToControlType);
246
private static
AutomationPropertyConverter
convertToCultureInfo = new AutomationPropertyConverter(ConvertToCultureInfo);
247
private static
AutomationPropertyConverter
convertToAutomationHeadingLevel = new AutomationPropertyConverter(ConvertToAutomationHeadingLevel);