3 references to IsMarker
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2823
if (TextStore.
IsMarker
(plsrun))
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (2)
322
Debug.Assert(!TextStore.
IsMarker
(plsrun));
573
return TextStore.
IsMarker
(plsrun) ? _markerStore : _store;