8 references to _contextList
PresentationCore (8)
MS\Internal\TextFormatting\TextFormatterImp.cs (8)
55
_contextList
.Add(soleContext);
57
_multipleContextProhibited = (
_contextList
.Count != 0);
86
for (int i = 0; i <
_contextList
.Count; i++)
88
_contextList
[i].Destroy();
90
_contextList
.Clear();
510
int contextCount =
_contextList
.Count;
514
context = (TextFormatterContext)
_contextList
[c];
540
_contextList
.Add(context);