11 writes to LastSupportedControlType
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
37LastSupportedControlType = ControlTypes.AppBar; 45LastSupportedControlType = ControlTypes.AppBar; 53LastSupportedControlType = ControlTypes.AppBar; 61LastSupportedControlType = ControlTypes.AppBar; 69LastSupportedControlType = ControlTypes.AppBar; 77LastSupportedControlType = ControlTypes.AppBar; 85LastSupportedControlType = ControlTypes.AppBar; 93LastSupportedControlType = ControlTypes.AppBar; 101LastSupportedControlType = ControlTypes.SemanticZoom; 110LastSupportedControlType = ControlTypes.Separator; 118LastSupportedControlType = ControlTypes.Separator;
1 reference to LastSupportedControlType
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
242&& (id <= (int)AutomationIdentifierConstants.LastSupportedControlType));