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