32 references to AutomationTextAttribute
UIAutomationTypes (32)
System\Windows\Automation\AutomationTextAttribute.cs (1)
9public static AutomationTextAttribute LookupById(int id);
System\Windows\Automation\TextPatternIdentifiers.cs (31)
9public static readonly AutomationTextAttribute AnimationStyleAttribute; 10public static readonly AutomationTextAttribute BackgroundColorAttribute; 11public static readonly AutomationTextAttribute BulletStyleAttribute; 12public static readonly AutomationTextAttribute CapStyleAttribute; 13public static readonly AutomationTextAttribute CultureAttribute; 14public static readonly AutomationTextAttribute FontNameAttribute; 15public static readonly AutomationTextAttribute FontSizeAttribute; 16public static readonly AutomationTextAttribute FontWeightAttribute; 17public static readonly AutomationTextAttribute ForegroundColorAttribute; 18public static readonly AutomationTextAttribute HorizontalTextAlignmentAttribute; 19public static readonly AutomationTextAttribute IndentationFirstLineAttribute; 20public static readonly AutomationTextAttribute IndentationLeadingAttribute; 21public static readonly AutomationTextAttribute IndentationTrailingAttribute; 22public static readonly AutomationTextAttribute IsHiddenAttribute; 23public static readonly AutomationTextAttribute IsItalicAttribute; 24public static readonly AutomationTextAttribute IsReadOnlyAttribute; 25public static readonly AutomationTextAttribute IsSubscriptAttribute; 26public static readonly AutomationTextAttribute IsSuperscriptAttribute; 27public static readonly AutomationTextAttribute MarginBottomAttribute; 28public static readonly AutomationTextAttribute MarginLeadingAttribute; 29public static readonly AutomationTextAttribute MarginTopAttribute; 30public static readonly AutomationTextAttribute MarginTrailingAttribute; 32public static readonly AutomationTextAttribute OutlineStylesAttribute; 33public static readonly AutomationTextAttribute OverlineColorAttribute; 34public static readonly AutomationTextAttribute OverlineStyleAttribute; 36public static readonly AutomationTextAttribute StrikethroughColorAttribute; 37public static readonly AutomationTextAttribute StrikethroughStyleAttribute; 38public static readonly AutomationTextAttribute TabsAttribute; 40public static readonly AutomationTextAttribute TextFlowDirectionsAttribute; 42public static readonly AutomationTextAttribute UnderlineColorAttribute; 43public static readonly AutomationTextAttribute UnderlineStyleAttribute;