13 references to FormatAnchor
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2731if(plsrun >= Plsrun.FormatAnchor) 2756lsruns[(int)(plsrun - Plsrun.FormatAnchor)] :
MS\Internal\TextFormatting\FullTextState.cs (2)
300if (plsrun >= Plsrun.FormatAnchor) 381lastRunLength = (plsrun >= Plsrun.FormatAnchor ? lsrun.Length : 0);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
144case Plsrun.FormatAnchor:
MS\Internal\TextFormatting\TextStore.cs (8)
748if (plsrun < Plsrun.FormatAnchor) 755lsrun = (LSRun)_lsrunList[(int)(ToIndex(plsrun) - Plsrun.FormatAnchor)]; 1064if (plsrun >= Plsrun.FormatAnchor) 1519Plsrun.FormatAnchor, 1779if(lsrun.Type < Plsrun.FormatAnchor) 1784Plsrun plsrun = (Plsrun)((uint)_lsrunList.Count + Plsrun.FormatAnchor); 1826_lsrunList[(int)(plsrun - Plsrun.FormatAnchor)] : 1874return plsrun >= Plsrun.FormatAnchor;