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)
239
private static
AutomationPropertyConverter
convertToBool = new AutomationPropertyConverter(ConvertToBool);
240
private static
AutomationPropertyConverter
convertToRowOrColumnMajor = new AutomationPropertyConverter(ConvertToRowOrColumnMajor);
241
private static
AutomationPropertyConverter
convertToToggleState = new AutomationPropertyConverter(ConvertToToggleState);
242
private static
AutomationPropertyConverter
convertToWindowInteractionState = new AutomationPropertyConverter(ConvertToWindowInteractionState);
243
private static
AutomationPropertyConverter
convertToWindowVisualState = new AutomationPropertyConverter(ConvertToWindowVisualState);
244
private static
AutomationPropertyConverter
convertToExpandCollapseState = new AutomationPropertyConverter(ConvertToExpandCollapseState);
245
private static
AutomationPropertyConverter
convertToRect = new AutomationPropertyConverter(ConvertToRect);
246
private static
AutomationPropertyConverter
convertToPoint = new AutomationPropertyConverter(ConvertToPoint);
247
private static
AutomationPropertyConverter
convertToOrientationType = new AutomationPropertyConverter(ConvertToOrientationType);
248
private static
AutomationPropertyConverter
convertToDockPosition = new AutomationPropertyConverter(ConvertToDockPosition);
249
private static
AutomationPropertyConverter
convertToElement = new AutomationPropertyConverter(ConvertToElement);
250
private static
AutomationPropertyConverter
convertToElementArray = new AutomationPropertyConverter(ConvertToElementArray);
251
private static
AutomationPropertyConverter
convertToControlType = new AutomationPropertyConverter(ConvertToControlType);
252
private static
AutomationPropertyConverter
convertToCultureInfo = new AutomationPropertyConverter(ConvertToCultureInfo);
253
private static
AutomationPropertyConverter
convertToAutomationHeadingLevel = new AutomationPropertyConverter(ConvertToAutomationHeadingLevel);