73 references to TextPatternIdentifiers
PresentationCore (6)
MS\Internal\Automation\EventMap.cs (4)
39|| id == TextPatternIdentifiers.TextSelectionChangedEvent.Id 40|| id == TextPatternIdentifiers.TextChangedEvent.Id 97case AutomationEvents.TextPatternOnTextSelectionChanged: eventObject = TextPatternIdentifiers.TextSelectionChangedEvent; break; 98case AutomationEvents.TextPatternOnTextChanged: eventObject = TextPatternIdentifiers.TextChangedEvent; break;
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2382s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text);
PresentationFramework (31)
System\Windows\Controls\TextRangeAdaptor.cs (31)
45TextPatternIdentifiers.AnimationStyleAttribute, 56TextPatternIdentifiers.BackgroundColorAttribute, 66TextPatternIdentifiers.BulletStyleAttribute, 105TextPatternIdentifiers.CapStyleAttribute, 144TextPatternIdentifiers.CultureAttribute, 156TextPatternIdentifiers.FontNameAttribute, 166TextPatternIdentifiers.FontSizeAttribute, 176TextPatternIdentifiers.FontWeightAttribute, 187TextPatternIdentifiers.ForegroundColorAttribute, 197TextPatternIdentifiers.HorizontalTextAlignmentAttribute, 225TextPatternIdentifiers.IndentationFirstLineAttribute, 235TextPatternIdentifiers.IndentationLeadingAttribute, 246TextPatternIdentifiers.IndentationTrailingAttribute, 257TextPatternIdentifiers.IsHiddenAttribute, 264TextPatternIdentifiers.IsItalicAttribute, 276TextPatternIdentifiers.IsReadOnlyAttribute, 291TextPatternIdentifiers.IsSubscriptAttribute, 302TextPatternIdentifiers.IsSuperscriptAttribute, 313TextPatternIdentifiers.MarginBottomAttribute, 324TextPatternIdentifiers.MarginLeadingAttribute, 335TextPatternIdentifiers.MarginTopAttribute, 346TextPatternIdentifiers.MarginTrailingAttribute, 357TextPatternIdentifiers.OutlineStylesAttribute, 364TextPatternIdentifiers.OverlineColorAttribute, 375TextPatternIdentifiers.OverlineStyleAttribute, 386TextPatternIdentifiers.StrikethroughColorAttribute, 397TextPatternIdentifiers.StrikethroughStyleAttribute, 408TextPatternIdentifiers.TextFlowDirectionsAttribute, 430TextPatternIdentifiers.UnderlineColorAttribute, 441TextPatternIdentifiers.UnderlineStyleAttribute, 1240return (start.CompareTo(end) >= 0) ? valueAtEndPos : TextPatternIdentifiers.MixedAttributeValue;
UIAutomationClient (35)
System\Windows\Automation\TextPattern.cs (35)
51public static readonly object MixedAttributeValue = TextPatternIdentifiers.MixedAttributeValue; 59public static readonly AutomationTextAttribute AnimationStyleAttribute = TextPatternIdentifiers.AnimationStyleAttribute; 61public static readonly AutomationTextAttribute BackgroundColorAttribute = TextPatternIdentifiers.BackgroundColorAttribute; 63public static readonly AutomationTextAttribute BulletStyleAttribute = TextPatternIdentifiers.BulletStyleAttribute; 65public static readonly AutomationTextAttribute CapStyleAttribute = TextPatternIdentifiers.CapStyleAttribute; 70public static readonly AutomationTextAttribute CultureAttribute = TextPatternIdentifiers.CultureAttribute; 73public static readonly AutomationTextAttribute FontNameAttribute = TextPatternIdentifiers.FontNameAttribute; 75public static readonly AutomationTextAttribute FontSizeAttribute = TextPatternIdentifiers.FontSizeAttribute; 79public static readonly AutomationTextAttribute FontWeightAttribute = TextPatternIdentifiers.FontWeightAttribute; 81public static readonly AutomationTextAttribute ForegroundColorAttribute = TextPatternIdentifiers.ForegroundColorAttribute; 83public static readonly AutomationTextAttribute HorizontalTextAlignmentAttribute = TextPatternIdentifiers.HorizontalTextAlignmentAttribute; 85public static readonly AutomationTextAttribute IndentationFirstLineAttribute = TextPatternIdentifiers.IndentationFirstLineAttribute; 87public static readonly AutomationTextAttribute IndentationLeadingAttribute = TextPatternIdentifiers.IndentationLeadingAttribute; 89public static readonly AutomationTextAttribute IndentationTrailingAttribute = TextPatternIdentifiers.IndentationTrailingAttribute; 91public static readonly AutomationTextAttribute IsHiddenAttribute = TextPatternIdentifiers.IsHiddenAttribute; 93public static readonly AutomationTextAttribute IsItalicAttribute = TextPatternIdentifiers.IsItalicAttribute; 96public static readonly AutomationTextAttribute IsReadOnlyAttribute = TextPatternIdentifiers.IsReadOnlyAttribute; 98public static readonly AutomationTextAttribute IsSubscriptAttribute = TextPatternIdentifiers.IsSubscriptAttribute; 100public static readonly AutomationTextAttribute IsSuperscriptAttribute = TextPatternIdentifiers.IsSuperscriptAttribute; 102public static readonly AutomationTextAttribute MarginBottomAttribute = TextPatternIdentifiers.MarginBottomAttribute; 104public static readonly AutomationTextAttribute MarginLeadingAttribute = TextPatternIdentifiers.MarginLeadingAttribute; 106public static readonly AutomationTextAttribute MarginTopAttribute = TextPatternIdentifiers.MarginTopAttribute; 108public static readonly AutomationTextAttribute MarginTrailingAttribute = TextPatternIdentifiers.MarginTrailingAttribute; 110public static readonly AutomationTextAttribute OutlineStylesAttribute = TextPatternIdentifiers.OutlineStylesAttribute; 113public static readonly AutomationTextAttribute OverlineColorAttribute = TextPatternIdentifiers.OverlineColorAttribute; 115public static readonly AutomationTextAttribute OverlineStyleAttribute = TextPatternIdentifiers.OverlineStyleAttribute; 118public static readonly AutomationTextAttribute StrikethroughColorAttribute = TextPatternIdentifiers.StrikethroughColorAttribute; 120public static readonly AutomationTextAttribute StrikethroughStyleAttribute = TextPatternIdentifiers.StrikethroughStyleAttribute; 122public static readonly AutomationTextAttribute TabsAttribute = TextPatternIdentifiers.TabsAttribute; 124public static readonly AutomationTextAttribute TextFlowDirectionsAttribute = TextPatternIdentifiers.TextFlowDirectionsAttribute; 127public static readonly AutomationTextAttribute UnderlineColorAttribute = TextPatternIdentifiers.UnderlineColorAttribute; 129public static readonly AutomationTextAttribute UnderlineStyleAttribute = TextPatternIdentifiers.UnderlineStyleAttribute; 137public static readonly AutomationPattern Pattern = TextPatternIdentifiers.Pattern; 145TextPatternIdentifiers.TextSelectionChangedEvent; 153TextPatternIdentifiers.TextChangedEvent;
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
238new AutomationPattern[] { TextPatternIdentifiers.Pattern } ,