1 write to _lsrunList
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
134_lsrunList = new ArrayList(2);
5 references to _lsrunList
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
782lsrun = (LSRun)_lsrunList[(int)(ToIndex(plsrun) - Plsrun.FormatAnchor)]; 1808Plsrun plsrun = (Plsrun)((uint)_lsrunList.Count + Plsrun.FormatAnchor); 1815_lsrunList.Add(lsrun); 1850_lsrunList[(int)(plsrun - Plsrun.FormatAnchor)] : 2501get { return _lsrunList; }