13 references to FormatAnchor
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2732if(plsrun >= Plsrun.FormatAnchor) 2757lsruns[(int)(plsrun - Plsrun.FormatAnchor)] :
MS\Internal\TextFormatting\FullTextState.cs (2)
301if (plsrun >= Plsrun.FormatAnchor) 382lastRunLength = (plsrun >= Plsrun.FormatAnchor ? lsrun.Length : 0);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
145case Plsrun.FormatAnchor:
MS\Internal\TextFormatting\TextStore.cs (8)
749if (plsrun < Plsrun.FormatAnchor) 756lsrun = (LSRun)_lsrunList[(int)(ToIndex(plsrun) - Plsrun.FormatAnchor)]; 1065if (plsrun >= Plsrun.FormatAnchor) 1520Plsrun.FormatAnchor, 1780if(lsrun.Type < Plsrun.FormatAnchor) 1785Plsrun plsrun = (Plsrun)((uint)_lsrunList.Count + Plsrun.FormatAnchor); 1827_lsrunList[(int)(plsrun - Plsrun.FormatAnchor)] : 1875return plsrun >= Plsrun.FormatAnchor;