3 references to IsMarker
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2761
if (TextStore.
IsMarker
(plsrun))
MS\Internal\TextFormatting\FullTextState.cs (2)
302
Debug.Assert(!TextStore.
IsMarker
(plsrun));
552
return TextStore.
IsMarker
(plsrun) ? _markerStore : _store;