1 write to _caretStops
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
49
_caretStops
= glyphRun.CaretStops;
5 references to _caretStops
PresentationCore (5)
System\Windows\Media\GlyphsSerializer.cs (5)
276
if (
_caretStops
== null)
284
for (int i =
_caretStops
.Count - 1; i >= 0; --i)
286
if (!
_caretStops
[i])
291
lastCaretStop = Math.Min(i | 3,
_caretStops
.Count - 1);
308
if (
_caretStops
[i])