11 writes to LastSupportedTextAttribute
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
37LastSupportedTextAttribute = TextAttributes.SayAsInterpretAs; 45LastSupportedTextAttribute = TextAttributes.SayAsInterpretAs; 53LastSupportedTextAttribute = TextAttributes.SayAsInterpretAs; 61LastSupportedTextAttribute = TextAttributes.SayAsInterpretAs; 69LastSupportedTextAttribute = TextAttributes.CaretBidiMode; 77LastSupportedTextAttribute = TextAttributes.CaretBidiMode; 85LastSupportedTextAttribute = TextAttributes.CaretBidiMode; 93LastSupportedTextAttribute = TextAttributes.CaretBidiMode; 101LastSupportedTextAttribute = TextAttributes.CaretBidiMode; 110LastSupportedTextAttribute = TextAttributes.UnderlineStyle; 118LastSupportedTextAttribute = TextAttributes.UnderlineStyle;
1 reference to LastSupportedTextAttribute
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
237&& (id <= (int)AutomationIdentifierConstants.LastSupportedTextAttribute));