31 instantiations of AutomationAttributeInfo
UIAutomationClient (31)
MS\Internal\Automation\Schema.cs (31)
479
new
AutomationAttributeInfo
( null, TextPattern.AnimationStyleAttribute, typeof(AnimationStyle) ),
480
new
AutomationAttributeInfo
( null, TextPattern.BackgroundColorAttribute, typeof(int) ),
481
new
AutomationAttributeInfo
( null, TextPattern.BulletStyleAttribute, typeof(BulletStyle) ),
482
new
AutomationAttributeInfo
( null, TextPattern.CapStyleAttribute, typeof(CapStyle) ),
483
new
AutomationAttributeInfo
( convertToCultureInfo, TextPattern.CultureAttribute, typeof(CultureInfo) ),
484
new
AutomationAttributeInfo
( null, TextPattern.FontNameAttribute, typeof(string) ),
485
new
AutomationAttributeInfo
( null, TextPattern.FontSizeAttribute, typeof(double) ),
486
new
AutomationAttributeInfo
( null, TextPattern.FontWeightAttribute, typeof(int) ),
487
new
AutomationAttributeInfo
( null, TextPattern.ForegroundColorAttribute, typeof(int) ),
488
new
AutomationAttributeInfo
( null, TextPattern.HorizontalTextAlignmentAttribute, typeof(HorizontalTextAlignment) ),
489
new
AutomationAttributeInfo
( null, TextPattern.IndentationFirstLineAttribute, typeof(double) ),
490
new
AutomationAttributeInfo
( null, TextPattern.IndentationLeadingAttribute, typeof(double) ),
491
new
AutomationAttributeInfo
( null, TextPattern.IndentationTrailingAttribute, typeof(double) ),
492
new
AutomationAttributeInfo
( null, TextPattern.IsHiddenAttribute, typeof(bool) ),
493
new
AutomationAttributeInfo
( null, TextPattern.IsItalicAttribute, typeof(bool) ),
494
new
AutomationAttributeInfo
( null, TextPattern.IsReadOnlyAttribute, typeof(bool) ),
495
new
AutomationAttributeInfo
( null, TextPattern.IsSubscriptAttribute, typeof(bool) ),
496
new
AutomationAttributeInfo
( null, TextPattern.IsSuperscriptAttribute, typeof(bool) ),
497
new
AutomationAttributeInfo
( null, TextPattern.MarginBottomAttribute, typeof(double) ),
498
new
AutomationAttributeInfo
( null, TextPattern.MarginLeadingAttribute, typeof(double) ),
499
new
AutomationAttributeInfo
( null, TextPattern.MarginTopAttribute, typeof(double) ),
500
new
AutomationAttributeInfo
( null, TextPattern.MarginTrailingAttribute, typeof(double) ),
501
new
AutomationAttributeInfo
( null, TextPattern.OutlineStylesAttribute, typeof(OutlineStyles) ),
502
new
AutomationAttributeInfo
( null, TextPattern.OverlineColorAttribute, typeof(int) ),
503
new
AutomationAttributeInfo
( null, TextPattern.OverlineStyleAttribute, typeof(TextDecorationLineStyle) ),
504
new
AutomationAttributeInfo
( null, TextPattern.StrikethroughColorAttribute, typeof(int) ),
505
new
AutomationAttributeInfo
( null, TextPattern.StrikethroughStyleAttribute, typeof(TextDecorationLineStyle) ),
506
new
AutomationAttributeInfo
( null, TextPattern.TabsAttribute, typeof(double[]) ),
507
new
AutomationAttributeInfo
( null, TextPattern.TextFlowDirectionsAttribute, typeof(FlowDirections) ),
508
new
AutomationAttributeInfo
( null, TextPattern.UnderlineColorAttribute, typeof(int) ),
509
new
AutomationAttributeInfo
( null, TextPattern.UnderlineStyleAttribute, typeof(TextDecorationLineStyle) ),
5 references to AutomationAttributeInfo
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (3)
111
internal static bool GetAttributeInfo( AutomationTextAttribute id, out
AutomationAttributeInfo
info )
113
foreach(
AutomationAttributeInfo
ai in _attributeInfoTable )
477
private static readonly
AutomationAttributeInfo
[] _attributeInfoTable =
System\Windows\Automation\Text\TextRange.cs (2)
192
AutomationAttributeInfo
ai;
248
AutomationAttributeInfo
ai;