8 references to _contextList
PresentationCore (8)
MS\Internal\TextFormatting\TextFormatterImp.cs (8)
78_contextList.Add(soleContext); 80_multipleContextProhibited = (_contextList.Count != 0); 109for (int i = 0; i < _contextList.Count; i++) 111_contextList[i].Destroy(); 113_contextList.Clear(); 533int contextCount = _contextList.Count; 537context = (TextFormatterContext)_contextList[c]; 563_contextList.Add(context);