21 references to AutomationPropertyConverter
UIAutomationClient (21)
MS\Internal\Automation\AutomationAttributeInfo.cs (3)
29
AutomationPropertyConverter
converter,
50
internal
AutomationPropertyConverter
ObjectConverter { get { return _converter; } }
66
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)
244
private static
AutomationPropertyConverter
convertToBool = new AutomationPropertyConverter(ConvertToBool);
245
private static
AutomationPropertyConverter
convertToRowOrColumnMajor = new AutomationPropertyConverter(ConvertToRowOrColumnMajor);
246
private static
AutomationPropertyConverter
convertToToggleState = new AutomationPropertyConverter(ConvertToToggleState);
247
private static
AutomationPropertyConverter
convertToWindowInteractionState = new AutomationPropertyConverter(ConvertToWindowInteractionState);
248
private static
AutomationPropertyConverter
convertToWindowVisualState = new AutomationPropertyConverter(ConvertToWindowVisualState);
249
private static
AutomationPropertyConverter
convertToExpandCollapseState = new AutomationPropertyConverter(ConvertToExpandCollapseState);
250
private static
AutomationPropertyConverter
convertToRect = new AutomationPropertyConverter(ConvertToRect);
251
private static
AutomationPropertyConverter
convertToPoint = new AutomationPropertyConverter(ConvertToPoint);
252
private static
AutomationPropertyConverter
convertToOrientationType = new AutomationPropertyConverter(ConvertToOrientationType);
253
private static
AutomationPropertyConverter
convertToDockPosition = new AutomationPropertyConverter(ConvertToDockPosition);
254
private static
AutomationPropertyConverter
convertToElement = new AutomationPropertyConverter(ConvertToElement);
255
private static
AutomationPropertyConverter
convertToElementArray = new AutomationPropertyConverter(ConvertToElementArray);
256
private static
AutomationPropertyConverter
convertToControlType = new AutomationPropertyConverter(ConvertToControlType);
257
private static
AutomationPropertyConverter
convertToCultureInfo = new AutomationPropertyConverter(ConvertToCultureInfo);
258
private static
AutomationPropertyConverter
convertToAutomationHeadingLevel = new AutomationPropertyConverter(ConvertToAutomationHeadingLevel);