31 references to AutomationAttributeInfo
UIAutomationClient (31)
MS\Internal\Automation\Schema.cs (31)
505new AutomationAttributeInfo( null, TextPattern.AnimationStyleAttribute, typeof(AnimationStyle) ), 506new AutomationAttributeInfo( null, TextPattern.BackgroundColorAttribute, typeof(int) ), 507new AutomationAttributeInfo( null, TextPattern.BulletStyleAttribute, typeof(BulletStyle) ), 508new AutomationAttributeInfo( null, TextPattern.CapStyleAttribute, typeof(CapStyle) ), 509new AutomationAttributeInfo( convertToCultureInfo, TextPattern.CultureAttribute, typeof(CultureInfo) ), 510new AutomationAttributeInfo( null, TextPattern.FontNameAttribute, typeof(string) ), 511new AutomationAttributeInfo( null, TextPattern.FontSizeAttribute, typeof(double) ), 512new AutomationAttributeInfo( null, TextPattern.FontWeightAttribute, typeof(int) ), 513new AutomationAttributeInfo( null, TextPattern.ForegroundColorAttribute, typeof(int) ), 514new AutomationAttributeInfo( null, TextPattern.HorizontalTextAlignmentAttribute, typeof(HorizontalTextAlignment) ), 515new AutomationAttributeInfo( null, TextPattern.IndentationFirstLineAttribute, typeof(double) ), 516new AutomationAttributeInfo( null, TextPattern.IndentationLeadingAttribute, typeof(double) ), 517new AutomationAttributeInfo( null, TextPattern.IndentationTrailingAttribute, typeof(double) ), 518new AutomationAttributeInfo( null, TextPattern.IsHiddenAttribute, typeof(bool) ), 519new AutomationAttributeInfo( null, TextPattern.IsItalicAttribute, typeof(bool) ), 520new AutomationAttributeInfo( null, TextPattern.IsReadOnlyAttribute, typeof(bool) ), 521new AutomationAttributeInfo( null, TextPattern.IsSubscriptAttribute, typeof(bool) ), 522new AutomationAttributeInfo( null, TextPattern.IsSuperscriptAttribute, typeof(bool) ), 523new AutomationAttributeInfo( null, TextPattern.MarginBottomAttribute, typeof(double) ), 524new AutomationAttributeInfo( null, TextPattern.MarginLeadingAttribute, typeof(double) ), 525new AutomationAttributeInfo( null, TextPattern.MarginTopAttribute, typeof(double) ), 526new AutomationAttributeInfo( null, TextPattern.MarginTrailingAttribute, typeof(double) ), 527new AutomationAttributeInfo( null, TextPattern.OutlineStylesAttribute, typeof(OutlineStyles) ), 528new AutomationAttributeInfo( null, TextPattern.OverlineColorAttribute, typeof(int) ), 529new AutomationAttributeInfo( null, TextPattern.OverlineStyleAttribute, typeof(TextDecorationLineStyle) ), 530new AutomationAttributeInfo( null, TextPattern.StrikethroughColorAttribute, typeof(int) ), 531new AutomationAttributeInfo( null, TextPattern.StrikethroughStyleAttribute, typeof(TextDecorationLineStyle) ), 532new AutomationAttributeInfo( null, TextPattern.TabsAttribute, typeof(double[]) ), 533new AutomationAttributeInfo( null, TextPattern.TextFlowDirectionsAttribute, typeof(FlowDirections) ), 534new AutomationAttributeInfo( null, TextPattern.UnderlineColorAttribute, typeof(int) ), 535new AutomationAttributeInfo( null, TextPattern.UnderlineStyleAttribute, typeof(TextDecorationLineStyle) ),