1 write to _caretStops
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
58
_caretStops
= glyphRun.CaretStops;
5 references to _caretStops
PresentationCore (5)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (5)
262
if (
_caretStops
== null)
270
for (int i =
_caretStops
.Count - 1; i >= 0; --i)
272
if (!
_caretStops
[i])
277
lastCaretStop = Math.Min(i | 3,
_caretStops
.Count - 1);
294
if (
_caretStops
[i])