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