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