46 references to TextAttributes
UIAutomationTypes (46)
MS\Internal\Automation\AutomationIdentifierConstants.cs (14)
20
internal const
TextAttributes
FirstTextAttribute =
TextAttributes
.AnimationStyle;
26
internal static
TextAttributes
LastSupportedTextAttribute;
36
LastSupportedTextAttribute =
TextAttributes
.SayAsInterpretAs;
44
LastSupportedTextAttribute =
TextAttributes
.SayAsInterpretAs;
52
LastSupportedTextAttribute =
TextAttributes
.SayAsInterpretAs;
60
LastSupportedTextAttribute =
TextAttributes
.SayAsInterpretAs;
68
LastSupportedTextAttribute =
TextAttributes
.CaretBidiMode;
76
LastSupportedTextAttribute =
TextAttributes
.CaretBidiMode;
84
LastSupportedTextAttribute =
TextAttributes
.CaretBidiMode;
92
LastSupportedTextAttribute =
TextAttributes
.CaretBidiMode;
100
LastSupportedTextAttribute =
TextAttributes
.CaretBidiMode;
109
LastSupportedTextAttribute =
TextAttributes
.UnderlineStyle;
117
LastSupportedTextAttribute =
TextAttributes
.UnderlineStyle;
System\Windows\Automation\AutomationTextAttribute.cs (1)
28
internal static AutomationTextAttribute Register(AutomationIdentifierConstants.
TextAttributes
id, string programmaticName)
System\Windows\Automation\TextPatternIdentifiers.cs (31)
66
public static readonly AutomationTextAttribute AnimationStyleAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.AnimationStyle, "TextPatternIdentifiers.AnimationStyleAttribute");
68
public static readonly AutomationTextAttribute BackgroundColorAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.BackgroundColor, "TextPatternIdentifiers.BackgroundColorAttribute");
70
public static readonly AutomationTextAttribute BulletStyleAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.BulletStyle, "TextPatternIdentifiers.BulletStyleAttribute");
72
public static readonly AutomationTextAttribute CapStyleAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.CapStyle, "TextPatternIdentifiers.CapStyleAttribute");
77
public static readonly AutomationTextAttribute CultureAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.Culture, "TextPatternIdentifiers.CultureAttribute");
80
public static readonly AutomationTextAttribute FontNameAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.FontName, "TextPatternIdentifiers.FontNameAttribute");
82
public static readonly AutomationTextAttribute FontSizeAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.FontSize, "TextPatternIdentifiers.FontSizeAttribute");
86
public static readonly AutomationTextAttribute FontWeightAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.FontWeight, "TextPatternIdentifiers.FontWeightAttribute");
88
public static readonly AutomationTextAttribute ForegroundColorAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.ForegroundColor, "TextPatternIdentifiers.ForegroundColorAttribute");
90
public static readonly AutomationTextAttribute HorizontalTextAlignmentAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.HorizontalTextAlignment, "TextPatternIdentifiers.HorizontalTextAlignmentAttribute");
92
public static readonly AutomationTextAttribute IndentationFirstLineAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IndentationFirstLine, "TextPatternIdentifiers.IndentationFirstLineAttribute");
94
public static readonly AutomationTextAttribute IndentationLeadingAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IndentationLeading, "TextPatternIdentifiers.IndentationLeadingAttribute");
96
public static readonly AutomationTextAttribute IndentationTrailingAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IndentationTrailing, "TextPatternIdentifiers.IndentationTrailingAttribute");
98
public static readonly AutomationTextAttribute IsHiddenAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IsHidden, "TextPatternIdentifiers.IsHiddenAttribute");
100
public static readonly AutomationTextAttribute IsItalicAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IsItalic, "TextPatternIdentifiers.IsItalicAttribute");
103
public static readonly AutomationTextAttribute IsReadOnlyAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IsReadOnly, "TextPatternIdentifiers.IsReadOnlyAttribute");
105
public static readonly AutomationTextAttribute IsSubscriptAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IsSubscript, "TextPatternIdentifiers.IsSubscriptAttribute");
107
public static readonly AutomationTextAttribute IsSuperscriptAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.IsSuperscript, "TextPatternIdentifiers.IsSuperscriptAttribute");
109
public static readonly AutomationTextAttribute MarginBottomAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.MarginBottom, "TextPatternIdentifiers.MarginBottomAttribute");
111
public static readonly AutomationTextAttribute MarginLeadingAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.MarginLeading, "TextPatternIdentifiers.MarginLeadingAttribute");
113
public static readonly AutomationTextAttribute MarginTopAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.MarginTop, "TextPatternIdentifiers.MarginTopAttribute");
115
public static readonly AutomationTextAttribute MarginTrailingAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.MarginTrailing, "TextPatternIdentifiers.MarginTrailingAttribute");
117
public static readonly AutomationTextAttribute OutlineStylesAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.OutlineStyles, "TextPatternIdentifiers.OutlineStylesAttribute");
120
public static readonly AutomationTextAttribute OverlineColorAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.OverlineColor, "TextPatternIdentifiers.OverlineColorAttribute");
122
public static readonly AutomationTextAttribute OverlineStyleAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.OverlineStyle, "TextPatternIdentifiers.OverlineStyleAttribute");
125
public static readonly AutomationTextAttribute StrikethroughColorAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.StrikethroughColor, "TextPatternIdentifiers.StrikethroughColorAttribute");
127
public static readonly AutomationTextAttribute StrikethroughStyleAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.StrikethroughStyle, "TextPatternIdentifiers.StrikethroughStyleAttribute");
129
public static readonly AutomationTextAttribute TabsAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.Tabs, "TextPatternIdentifiers.TabsAttribute");
131
public static readonly AutomationTextAttribute TextFlowDirectionsAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.TextFlowDirections, "TextPatternIdentifiers.TextFlowDirectionsAttribute");
134
public static readonly AutomationTextAttribute UnderlineColorAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.UnderlineColor, "TextPatternIdentifiers.UnderlineColorAttribute");
136
public static readonly AutomationTextAttribute UnderlineStyleAttribute = AutomationTextAttribute.Register(AutomationIdentifierConstants.
TextAttributes
.UnderlineStyle, "TextPatternIdentifiers.UnderlineStyleAttribute");