1 write to _textPatternAttributes
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
52
_textPatternAttributes
= new Hashtable();
34 references to _textPatternAttributes
PresentationFramework (34)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (34)
55
_textPatternAttributes
.Add(
66
_textPatternAttributes
.Add(
76
_textPatternAttributes
.Add(
115
_textPatternAttributes
.Add(
154
_textPatternAttributes
.Add(
166
_textPatternAttributes
.Add(
176
_textPatternAttributes
.Add(
186
_textPatternAttributes
.Add(
197
_textPatternAttributes
.Add(
207
_textPatternAttributes
.Add(
235
_textPatternAttributes
.Add(
245
_textPatternAttributes
.Add(
256
_textPatternAttributes
.Add(
267
_textPatternAttributes
.Add(
274
_textPatternAttributes
.Add(
286
_textPatternAttributes
.Add(
301
_textPatternAttributes
.Add(
312
_textPatternAttributes
.Add(
323
_textPatternAttributes
.Add(
334
_textPatternAttributes
.Add(
345
_textPatternAttributes
.Add(
356
_textPatternAttributes
.Add(
367
_textPatternAttributes
.Add(
374
_textPatternAttributes
.Add(
385
_textPatternAttributes
.Add(
396
_textPatternAttributes
.Add(
407
_textPatternAttributes
.Add(
418
_textPatternAttributes
.Add(
440
_textPatternAttributes
.Add(
451
_textPatternAttributes
.Add(
1679
if (!
_textPatternAttributes
.ContainsKey(attribute))
1689
TextAttributeHelper attr = (TextAttributeHelper)
_textPatternAttributes
[attribute];
1818
if (attribute == null || !
_textPatternAttributes
.ContainsKey(attribute))
1825
return GetAttributeValue((TextAttributeHelper)
_textPatternAttributes
[attribute]);