1 write to _textPatternAttributes
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
42
_textPatternAttributes
= new Hashtable();
34 references to _textPatternAttributes
PresentationFramework (34)
System\Windows\Controls\TextRangeAdaptor.cs (34)
45
_textPatternAttributes
.Add(
56
_textPatternAttributes
.Add(
66
_textPatternAttributes
.Add(
105
_textPatternAttributes
.Add(
144
_textPatternAttributes
.Add(
156
_textPatternAttributes
.Add(
166
_textPatternAttributes
.Add(
176
_textPatternAttributes
.Add(
187
_textPatternAttributes
.Add(
197
_textPatternAttributes
.Add(
225
_textPatternAttributes
.Add(
235
_textPatternAttributes
.Add(
246
_textPatternAttributes
.Add(
257
_textPatternAttributes
.Add(
264
_textPatternAttributes
.Add(
276
_textPatternAttributes
.Add(
291
_textPatternAttributes
.Add(
302
_textPatternAttributes
.Add(
313
_textPatternAttributes
.Add(
324
_textPatternAttributes
.Add(
335
_textPatternAttributes
.Add(
346
_textPatternAttributes
.Add(
357
_textPatternAttributes
.Add(
364
_textPatternAttributes
.Add(
375
_textPatternAttributes
.Add(
386
_textPatternAttributes
.Add(
397
_textPatternAttributes
.Add(
408
_textPatternAttributes
.Add(
430
_textPatternAttributes
.Add(
441
_textPatternAttributes
.Add(
1659
if (!
_textPatternAttributes
.ContainsKey(attribute))
1669
TextAttributeHelper attr = (TextAttributeHelper)
_textPatternAttributes
[attribute];
1795
if (attribute == null || !
_textPatternAttributes
.ContainsKey(attribute))
1802
return GetAttributeValue((TextAttributeHelper)
_textPatternAttributes
[attribute]);