31 references to AutomationAttributeInfo
UIAutomationClient (31)
MS\Internal\Automation\Schema.cs (31)
479new AutomationAttributeInfo( null, TextPattern.AnimationStyleAttribute, typeof(AnimationStyle) ), 480new AutomationAttributeInfo( null, TextPattern.BackgroundColorAttribute, typeof(int) ), 481new AutomationAttributeInfo( null, TextPattern.BulletStyleAttribute, typeof(BulletStyle) ), 482new AutomationAttributeInfo( null, TextPattern.CapStyleAttribute, typeof(CapStyle) ), 483new AutomationAttributeInfo( convertToCultureInfo, TextPattern.CultureAttribute, typeof(CultureInfo) ), 484new AutomationAttributeInfo( null, TextPattern.FontNameAttribute, typeof(string) ), 485new AutomationAttributeInfo( null, TextPattern.FontSizeAttribute, typeof(double) ), 486new AutomationAttributeInfo( null, TextPattern.FontWeightAttribute, typeof(int) ), 487new AutomationAttributeInfo( null, TextPattern.ForegroundColorAttribute, typeof(int) ), 488new AutomationAttributeInfo( null, TextPattern.HorizontalTextAlignmentAttribute, typeof(HorizontalTextAlignment) ), 489new AutomationAttributeInfo( null, TextPattern.IndentationFirstLineAttribute, typeof(double) ), 490new AutomationAttributeInfo( null, TextPattern.IndentationLeadingAttribute, typeof(double) ), 491new AutomationAttributeInfo( null, TextPattern.IndentationTrailingAttribute, typeof(double) ), 492new AutomationAttributeInfo( null, TextPattern.IsHiddenAttribute, typeof(bool) ), 493new AutomationAttributeInfo( null, TextPattern.IsItalicAttribute, typeof(bool) ), 494new AutomationAttributeInfo( null, TextPattern.IsReadOnlyAttribute, typeof(bool) ), 495new AutomationAttributeInfo( null, TextPattern.IsSubscriptAttribute, typeof(bool) ), 496new AutomationAttributeInfo( null, TextPattern.IsSuperscriptAttribute, typeof(bool) ), 497new AutomationAttributeInfo( null, TextPattern.MarginBottomAttribute, typeof(double) ), 498new AutomationAttributeInfo( null, TextPattern.MarginLeadingAttribute, typeof(double) ), 499new AutomationAttributeInfo( null, TextPattern.MarginTopAttribute, typeof(double) ), 500new AutomationAttributeInfo( null, TextPattern.MarginTrailingAttribute, typeof(double) ), 501new AutomationAttributeInfo( null, TextPattern.OutlineStylesAttribute, typeof(OutlineStyles) ), 502new AutomationAttributeInfo( null, TextPattern.OverlineColorAttribute, typeof(int) ), 503new AutomationAttributeInfo( null, TextPattern.OverlineStyleAttribute, typeof(TextDecorationLineStyle) ), 504new AutomationAttributeInfo( null, TextPattern.StrikethroughColorAttribute, typeof(int) ), 505new AutomationAttributeInfo( null, TextPattern.StrikethroughStyleAttribute, typeof(TextDecorationLineStyle) ), 506new AutomationAttributeInfo( null, TextPattern.TabsAttribute, typeof(double[]) ), 507new AutomationAttributeInfo( null, TextPattern.TextFlowDirectionsAttribute, typeof(FlowDirections) ), 508new AutomationAttributeInfo( null, TextPattern.UnderlineColorAttribute, typeof(int) ), 509new AutomationAttributeInfo( null, TextPattern.UnderlineStyleAttribute, typeof(TextDecorationLineStyle) ),