73 references to TextPatternIdentifiers
PresentationCore (6)
MS\Internal\Automation\EventMap.cs (4)
40|| id == TextPatternIdentifiers.TextSelectionChangedEvent.Id 41|| id == TextPatternIdentifiers.TextChangedEvent.Id 98case AutomationEvents.TextPatternOnTextSelectionChanged: eventObject = TextPatternIdentifiers.TextSelectionChangedEvent; break; 99case AutomationEvents.TextPatternOnTextChanged: eventObject = TextPatternIdentifiers.TextChangedEvent; break;
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2383s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text);
PresentationFramework (31)
System\Windows\Controls\TextRangeAdaptor.cs (31)
46TextPatternIdentifiers.AnimationStyleAttribute, 57TextPatternIdentifiers.BackgroundColorAttribute, 67TextPatternIdentifiers.BulletStyleAttribute, 106TextPatternIdentifiers.CapStyleAttribute, 145TextPatternIdentifiers.CultureAttribute, 157TextPatternIdentifiers.FontNameAttribute, 167TextPatternIdentifiers.FontSizeAttribute, 177TextPatternIdentifiers.FontWeightAttribute, 188TextPatternIdentifiers.ForegroundColorAttribute, 198TextPatternIdentifiers.HorizontalTextAlignmentAttribute, 226TextPatternIdentifiers.IndentationFirstLineAttribute, 236TextPatternIdentifiers.IndentationLeadingAttribute, 247TextPatternIdentifiers.IndentationTrailingAttribute, 258TextPatternIdentifiers.IsHiddenAttribute, 265TextPatternIdentifiers.IsItalicAttribute, 277TextPatternIdentifiers.IsReadOnlyAttribute, 292TextPatternIdentifiers.IsSubscriptAttribute, 303TextPatternIdentifiers.IsSuperscriptAttribute, 314TextPatternIdentifiers.MarginBottomAttribute, 325TextPatternIdentifiers.MarginLeadingAttribute, 336TextPatternIdentifiers.MarginTopAttribute, 347TextPatternIdentifiers.MarginTrailingAttribute, 358TextPatternIdentifiers.OutlineStylesAttribute, 365TextPatternIdentifiers.OverlineColorAttribute, 376TextPatternIdentifiers.OverlineStyleAttribute, 387TextPatternIdentifiers.StrikethroughColorAttribute, 398TextPatternIdentifiers.StrikethroughStyleAttribute, 409TextPatternIdentifiers.TextFlowDirectionsAttribute, 431TextPatternIdentifiers.UnderlineColorAttribute, 442TextPatternIdentifiers.UnderlineStyleAttribute, 1241return (start.CompareTo(end) >= 0) ? valueAtEndPos : TextPatternIdentifiers.MixedAttributeValue;
UIAutomationClient (35)
System\Windows\Automation\TextPattern.cs (35)
52public static readonly object MixedAttributeValue = TextPatternIdentifiers.MixedAttributeValue; 60public static readonly AutomationTextAttribute AnimationStyleAttribute = TextPatternIdentifiers.AnimationStyleAttribute; 62public static readonly AutomationTextAttribute BackgroundColorAttribute = TextPatternIdentifiers.BackgroundColorAttribute; 64public static readonly AutomationTextAttribute BulletStyleAttribute = TextPatternIdentifiers.BulletStyleAttribute; 66public static readonly AutomationTextAttribute CapStyleAttribute = TextPatternIdentifiers.CapStyleAttribute; 71public static readonly AutomationTextAttribute CultureAttribute = TextPatternIdentifiers.CultureAttribute; 74public static readonly AutomationTextAttribute FontNameAttribute = TextPatternIdentifiers.FontNameAttribute; 76public static readonly AutomationTextAttribute FontSizeAttribute = TextPatternIdentifiers.FontSizeAttribute; 80public static readonly AutomationTextAttribute FontWeightAttribute = TextPatternIdentifiers.FontWeightAttribute; 82public static readonly AutomationTextAttribute ForegroundColorAttribute = TextPatternIdentifiers.ForegroundColorAttribute; 84public static readonly AutomationTextAttribute HorizontalTextAlignmentAttribute = TextPatternIdentifiers.HorizontalTextAlignmentAttribute; 86public static readonly AutomationTextAttribute IndentationFirstLineAttribute = TextPatternIdentifiers.IndentationFirstLineAttribute; 88public static readonly AutomationTextAttribute IndentationLeadingAttribute = TextPatternIdentifiers.IndentationLeadingAttribute; 90public static readonly AutomationTextAttribute IndentationTrailingAttribute = TextPatternIdentifiers.IndentationTrailingAttribute; 92public static readonly AutomationTextAttribute IsHiddenAttribute = TextPatternIdentifiers.IsHiddenAttribute; 94public static readonly AutomationTextAttribute IsItalicAttribute = TextPatternIdentifiers.IsItalicAttribute; 97public static readonly AutomationTextAttribute IsReadOnlyAttribute = TextPatternIdentifiers.IsReadOnlyAttribute; 99public static readonly AutomationTextAttribute IsSubscriptAttribute = TextPatternIdentifiers.IsSubscriptAttribute; 101public static readonly AutomationTextAttribute IsSuperscriptAttribute = TextPatternIdentifiers.IsSuperscriptAttribute; 103public static readonly AutomationTextAttribute MarginBottomAttribute = TextPatternIdentifiers.MarginBottomAttribute; 105public static readonly AutomationTextAttribute MarginLeadingAttribute = TextPatternIdentifiers.MarginLeadingAttribute; 107public static readonly AutomationTextAttribute MarginTopAttribute = TextPatternIdentifiers.MarginTopAttribute; 109public static readonly AutomationTextAttribute MarginTrailingAttribute = TextPatternIdentifiers.MarginTrailingAttribute; 111public static readonly AutomationTextAttribute OutlineStylesAttribute = TextPatternIdentifiers.OutlineStylesAttribute; 114public static readonly AutomationTextAttribute OverlineColorAttribute = TextPatternIdentifiers.OverlineColorAttribute; 116public static readonly AutomationTextAttribute OverlineStyleAttribute = TextPatternIdentifiers.OverlineStyleAttribute; 119public static readonly AutomationTextAttribute StrikethroughColorAttribute = TextPatternIdentifiers.StrikethroughColorAttribute; 121public static readonly AutomationTextAttribute StrikethroughStyleAttribute = TextPatternIdentifiers.StrikethroughStyleAttribute; 123public static readonly AutomationTextAttribute TabsAttribute = TextPatternIdentifiers.TabsAttribute; 125public static readonly AutomationTextAttribute TextFlowDirectionsAttribute = TextPatternIdentifiers.TextFlowDirectionsAttribute; 128public static readonly AutomationTextAttribute UnderlineColorAttribute = TextPatternIdentifiers.UnderlineColorAttribute; 130public static readonly AutomationTextAttribute UnderlineStyleAttribute = TextPatternIdentifiers.UnderlineStyleAttribute; 138public static readonly AutomationPattern Pattern = TextPatternIdentifiers.Pattern; 146TextPatternIdentifiers.TextSelectionChangedEvent; 154TextPatternIdentifiers.TextChangedEvent;
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
239new AutomationPattern[] { TextPatternIdentifiers.Pattern } ,