13 references to FormatAnchor
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2745if(plsrun >= Plsrun.FormatAnchor) 2770lsruns[(int)(plsrun - Plsrun.FormatAnchor)] :
MS\Internal\TextFormatting\FullTextState.cs (2)
305if (plsrun >= Plsrun.FormatAnchor) 386lastRunLength = (plsrun >= Plsrun.FormatAnchor ? lsrun.Length : 0);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
175case Plsrun.FormatAnchor:
MS\Internal\TextFormatting\TextStore.cs (8)
764if (plsrun < Plsrun.FormatAnchor) 771lsrun = (LSRun)_lsrunList[(int)(ToIndex(plsrun) - Plsrun.FormatAnchor)]; 1080if (plsrun >= Plsrun.FormatAnchor) 1535Plsrun.FormatAnchor, 1795if(lsrun.Type < Plsrun.FormatAnchor) 1800Plsrun plsrun = (Plsrun)((uint)_lsrunList.Count + Plsrun.FormatAnchor); 1842_lsrunList[(int)(plsrun - Plsrun.FormatAnchor)] : 1890return plsrun >= Plsrun.FormatAnchor;