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