8 references to _contextList
PresentationCore (8)
MS\Internal\TextFormatting\TextFormatterImp.cs (8)
54
_contextList
.Add(soleContext);
56
_multipleContextProhibited = (
_contextList
.Count != 0);
85
for (int i = 0; i <
_contextList
.Count; i++)
87
_contextList
[i].Destroy();
89
_contextList
.Clear();
509
int contextCount =
_contextList
.Count;
513
context = (TextFormatterContext)
_contextList
[c];
539
_contextList
.Add(context);