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