13 references to FormatAnchor
PresentationCore (13)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2807
if(plsrun >= Plsrun.
FormatAnchor
)
2832
lsruns[(int)(plsrun - Plsrun.
FormatAnchor
)] :
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (2)
325
if (plsrun >= Plsrun.
FormatAnchor
)
406
lastRunLength = (plsrun >= Plsrun.
FormatAnchor
? lsrun.Length : 0);
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
194
case Plsrun.
FormatAnchor
:
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (8)
775
if (plsrun < Plsrun.
FormatAnchor
)
782
lsrun = (LSRun)_lsrunList[(int)(ToIndex(plsrun) - Plsrun.
FormatAnchor
)];
1091
if (plsrun >= Plsrun.
FormatAnchor
)
1546
Plsrun.
FormatAnchor
,
1803
if(lsrun.Type < Plsrun.
FormatAnchor
)
1808
Plsrun plsrun = (Plsrun)((uint)_lsrunList.Count + Plsrun.
FormatAnchor
);
1850
_lsrunList[(int)(plsrun - Plsrun.
FormatAnchor
)] :
1898
return plsrun >= Plsrun.
FormatAnchor
;