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