18 references to CaretStops
PresentationCore (16)
Core\CSharp\System\Windows\Media\GlyphRun.cs (15)
518IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 610IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 744IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 791IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 1037if (CaretStops == null || CaretStops.Count == 0) 1043foreach (bool caretStop in CaretStops)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
58_caretStops = glyphRun.CaretStops;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
471return run.CaretStops == null || run.CaretStops[fixedp.Offset];