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)
782
lsrun = (LSRun)
_lsrunList
[(int)(ToIndex(plsrun) - Plsrun.FormatAnchor)];
1808
Plsrun plsrun = (Plsrun)((uint)
_lsrunList
.Count + Plsrun.FormatAnchor);
1815
_lsrunList
.Add(lsrun);
1850
_lsrunList
[(int)(plsrun - Plsrun.FormatAnchor)] :
2501
get { return
_lsrunList
; }