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