8 references to _contextList
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (8)
80
_contextList
.Add(soleContext);
82
_multipleContextProhibited = (
_contextList
.Count != 0);
111
for (int i = 0; i <
_contextList
.Count; i++)
113
_contextList
[i].Destroy();
115
_contextList
.Clear();
563
int contextCount =
_contextList
.Count;
567
context = (TextFormatterContext)
_contextList
[c];
593
_contextList
.Add(context);