MS\Internal\Automation\Schema.cs (31)
494new AutomationAttributeInfo( null, TextPattern.AnimationStyleAttribute, typeof(AnimationStyle) ),
495new AutomationAttributeInfo( null, TextPattern.BackgroundColorAttribute, typeof(int) ),
496new AutomationAttributeInfo( null, TextPattern.BulletStyleAttribute, typeof(BulletStyle) ),
497new AutomationAttributeInfo( null, TextPattern.CapStyleAttribute, typeof(CapStyle) ),
498new AutomationAttributeInfo( convertToCultureInfo, TextPattern.CultureAttribute, typeof(CultureInfo) ),
499new AutomationAttributeInfo( null, TextPattern.FontNameAttribute, typeof(string) ),
500new AutomationAttributeInfo( null, TextPattern.FontSizeAttribute, typeof(double) ),
501new AutomationAttributeInfo( null, TextPattern.FontWeightAttribute, typeof(int) ),
502new AutomationAttributeInfo( null, TextPattern.ForegroundColorAttribute, typeof(int) ),
503new AutomationAttributeInfo( null, TextPattern.HorizontalTextAlignmentAttribute, typeof(HorizontalTextAlignment) ),
504new AutomationAttributeInfo( null, TextPattern.IndentationFirstLineAttribute, typeof(double) ),
505new AutomationAttributeInfo( null, TextPattern.IndentationLeadingAttribute, typeof(double) ),
506new AutomationAttributeInfo( null, TextPattern.IndentationTrailingAttribute, typeof(double) ),
507new AutomationAttributeInfo( null, TextPattern.IsHiddenAttribute, typeof(bool) ),
508new AutomationAttributeInfo( null, TextPattern.IsItalicAttribute, typeof(bool) ),
509new AutomationAttributeInfo( null, TextPattern.IsReadOnlyAttribute, typeof(bool) ),
510new AutomationAttributeInfo( null, TextPattern.IsSubscriptAttribute, typeof(bool) ),
511new AutomationAttributeInfo( null, TextPattern.IsSuperscriptAttribute, typeof(bool) ),
512new AutomationAttributeInfo( null, TextPattern.MarginBottomAttribute, typeof(double) ),
513new AutomationAttributeInfo( null, TextPattern.MarginLeadingAttribute, typeof(double) ),
514new AutomationAttributeInfo( null, TextPattern.MarginTopAttribute, typeof(double) ),
515new AutomationAttributeInfo( null, TextPattern.MarginTrailingAttribute, typeof(double) ),
516new AutomationAttributeInfo( null, TextPattern.OutlineStylesAttribute, typeof(OutlineStyles) ),
517new AutomationAttributeInfo( null, TextPattern.OverlineColorAttribute, typeof(int) ),
518new AutomationAttributeInfo( null, TextPattern.OverlineStyleAttribute, typeof(TextDecorationLineStyle) ),
519new AutomationAttributeInfo( null, TextPattern.StrikethroughColorAttribute, typeof(int) ),
520new AutomationAttributeInfo( null, TextPattern.StrikethroughStyleAttribute, typeof(TextDecorationLineStyle) ),
521new AutomationAttributeInfo( null, TextPattern.TabsAttribute, typeof(double[]) ),
522new AutomationAttributeInfo( null, TextPattern.TextFlowDirectionsAttribute, typeof(FlowDirections) ),
523new AutomationAttributeInfo( null, TextPattern.UnderlineColorAttribute, typeof(int) ),
524new AutomationAttributeInfo( null, TextPattern.UnderlineStyleAttribute, typeof(TextDecorationLineStyle) ),