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