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