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