|
#region Assembly UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\UIAutomationTypes.dll
#endregion
namespace System.Windows.Automation
{
public static class TextPatternIdentifiers
{
public static readonly AutomationTextAttribute AnimationStyleAttribute;
public static readonly AutomationTextAttribute BackgroundColorAttribute;
public static readonly AutomationTextAttribute BulletStyleAttribute;
public static readonly AutomationTextAttribute CapStyleAttribute;
public static readonly AutomationTextAttribute CultureAttribute;
public static readonly AutomationTextAttribute FontNameAttribute;
public static readonly AutomationTextAttribute FontSizeAttribute;
public static readonly AutomationTextAttribute FontWeightAttribute;
public static readonly AutomationTextAttribute ForegroundColorAttribute;
public static readonly AutomationTextAttribute HorizontalTextAlignmentAttribute;
public static readonly AutomationTextAttribute IndentationFirstLineAttribute;
public static readonly AutomationTextAttribute IndentationLeadingAttribute;
public static readonly AutomationTextAttribute IndentationTrailingAttribute;
public static readonly AutomationTextAttribute IsHiddenAttribute;
public static readonly AutomationTextAttribute IsItalicAttribute;
public static readonly AutomationTextAttribute IsReadOnlyAttribute;
public static readonly AutomationTextAttribute IsSubscriptAttribute;
public static readonly AutomationTextAttribute IsSuperscriptAttribute;
public static readonly AutomationTextAttribute MarginBottomAttribute;
public static readonly AutomationTextAttribute MarginLeadingAttribute;
public static readonly AutomationTextAttribute MarginTopAttribute;
public static readonly AutomationTextAttribute MarginTrailingAttribute;
public static readonly object MixedAttributeValue;
public static readonly AutomationTextAttribute OutlineStylesAttribute;
public static readonly AutomationTextAttribute OverlineColorAttribute;
public static readonly AutomationTextAttribute OverlineStyleAttribute;
public static readonly AutomationPattern Pattern;
public static readonly AutomationTextAttribute StrikethroughColorAttribute;
public static readonly AutomationTextAttribute StrikethroughStyleAttribute;
public static readonly AutomationTextAttribute TabsAttribute;
public static readonly AutomationEvent TextChangedEvent;
public static readonly AutomationTextAttribute TextFlowDirectionsAttribute;
public static readonly AutomationEvent TextSelectionChangedEvent;
public static readonly AutomationTextAttribute UnderlineColorAttribute;
public static readonly AutomationTextAttribute UnderlineStyleAttribute;
}
} |