1 write to _textPatternAttributes
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
41
_textPatternAttributes
= new Hashtable();
34 references to _textPatternAttributes
PresentationFramework (34)
System\Windows\Controls\TextRangeAdaptor.cs (34)
44
_textPatternAttributes
.Add(
55
_textPatternAttributes
.Add(
65
_textPatternAttributes
.Add(
104
_textPatternAttributes
.Add(
143
_textPatternAttributes
.Add(
155
_textPatternAttributes
.Add(
165
_textPatternAttributes
.Add(
175
_textPatternAttributes
.Add(
186
_textPatternAttributes
.Add(
196
_textPatternAttributes
.Add(
224
_textPatternAttributes
.Add(
234
_textPatternAttributes
.Add(
245
_textPatternAttributes
.Add(
256
_textPatternAttributes
.Add(
263
_textPatternAttributes
.Add(
275
_textPatternAttributes
.Add(
290
_textPatternAttributes
.Add(
301
_textPatternAttributes
.Add(
312
_textPatternAttributes
.Add(
323
_textPatternAttributes
.Add(
334
_textPatternAttributes
.Add(
345
_textPatternAttributes
.Add(
356
_textPatternAttributes
.Add(
363
_textPatternAttributes
.Add(
374
_textPatternAttributes
.Add(
385
_textPatternAttributes
.Add(
396
_textPatternAttributes
.Add(
407
_textPatternAttributes
.Add(
429
_textPatternAttributes
.Add(
440
_textPatternAttributes
.Add(
1658
if (!
_textPatternAttributes
.ContainsKey(attribute))
1668
TextAttributeHelper attr = (TextAttributeHelper)
_textPatternAttributes
[attribute];
1794
if (attribute == null || !
_textPatternAttributes
.ContainsKey(attribute))
1801
return GetAttributeValue((TextAttributeHelper)
_textPatternAttributes
[attribute]);