31 instantiations of AutomationAttributeInfo
UIAutomationClient (31)
MS\Internal\Automation\Schema.cs (31)
500
new
AutomationAttributeInfo
( null, TextPattern.AnimationStyleAttribute, typeof(AnimationStyle) ),
501
new
AutomationAttributeInfo
( null, TextPattern.BackgroundColorAttribute, typeof(int) ),
502
new
AutomationAttributeInfo
( null, TextPattern.BulletStyleAttribute, typeof(BulletStyle) ),
503
new
AutomationAttributeInfo
( null, TextPattern.CapStyleAttribute, typeof(CapStyle) ),
504
new
AutomationAttributeInfo
( convertToCultureInfo, TextPattern.CultureAttribute, typeof(CultureInfo) ),
505
new
AutomationAttributeInfo
( null, TextPattern.FontNameAttribute, typeof(string) ),
506
new
AutomationAttributeInfo
( null, TextPattern.FontSizeAttribute, typeof(double) ),
507
new
AutomationAttributeInfo
( null, TextPattern.FontWeightAttribute, typeof(int) ),
508
new
AutomationAttributeInfo
( null, TextPattern.ForegroundColorAttribute, typeof(int) ),
509
new
AutomationAttributeInfo
( null, TextPattern.HorizontalTextAlignmentAttribute, typeof(HorizontalTextAlignment) ),
510
new
AutomationAttributeInfo
( null, TextPattern.IndentationFirstLineAttribute, typeof(double) ),
511
new
AutomationAttributeInfo
( null, TextPattern.IndentationLeadingAttribute, typeof(double) ),
512
new
AutomationAttributeInfo
( null, TextPattern.IndentationTrailingAttribute, typeof(double) ),
513
new
AutomationAttributeInfo
( null, TextPattern.IsHiddenAttribute, typeof(bool) ),
514
new
AutomationAttributeInfo
( null, TextPattern.IsItalicAttribute, typeof(bool) ),
515
new
AutomationAttributeInfo
( null, TextPattern.IsReadOnlyAttribute, typeof(bool) ),
516
new
AutomationAttributeInfo
( null, TextPattern.IsSubscriptAttribute, typeof(bool) ),
517
new
AutomationAttributeInfo
( null, TextPattern.IsSuperscriptAttribute, typeof(bool) ),
518
new
AutomationAttributeInfo
( null, TextPattern.MarginBottomAttribute, typeof(double) ),
519
new
AutomationAttributeInfo
( null, TextPattern.MarginLeadingAttribute, typeof(double) ),
520
new
AutomationAttributeInfo
( null, TextPattern.MarginTopAttribute, typeof(double) ),
521
new
AutomationAttributeInfo
( null, TextPattern.MarginTrailingAttribute, typeof(double) ),
522
new
AutomationAttributeInfo
( null, TextPattern.OutlineStylesAttribute, typeof(OutlineStyles) ),
523
new
AutomationAttributeInfo
( null, TextPattern.OverlineColorAttribute, typeof(int) ),
524
new
AutomationAttributeInfo
( null, TextPattern.OverlineStyleAttribute, typeof(TextDecorationLineStyle) ),
525
new
AutomationAttributeInfo
( null, TextPattern.StrikethroughColorAttribute, typeof(int) ),
526
new
AutomationAttributeInfo
( null, TextPattern.StrikethroughStyleAttribute, typeof(TextDecorationLineStyle) ),
527
new
AutomationAttributeInfo
( null, TextPattern.TabsAttribute, typeof(double[]) ),
528
new
AutomationAttributeInfo
( null, TextPattern.TextFlowDirectionsAttribute, typeof(FlowDirections) ),
529
new
AutomationAttributeInfo
( null, TextPattern.UnderlineColorAttribute, typeof(int) ),
530
new
AutomationAttributeInfo
( null, TextPattern.UnderlineStyleAttribute, typeof(TextDecorationLineStyle) ),
5 references to AutomationAttributeInfo
UIAutomationClient (5)
MS\Internal\Automation\Schema.cs (3)
99
internal static bool GetAttributeInfo( AutomationTextAttribute id, out
AutomationAttributeInfo
info )
101
foreach(
AutomationAttributeInfo
ai in _attributeInfoTable )
498
private static readonly
AutomationAttributeInfo
[] _attributeInfoTable =
System\Windows\Automation\Text\TextRange.cs (2)
181
AutomationAttributeInfo
ai;
237
AutomationAttributeInfo
ai;