19 references to CaretStops
PresentationCore (16)
System\Windows\Media\GlyphRun.cs (15)
481IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 573IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 707IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 754IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(CodepointCount); 997if (CaretStops == null || CaretStops.Count == 0) 1003foreach (bool caretStop in CaretStops)
System\Windows\Media\GlyphsSerializer.cs (1)
33_caretStops = glyphRun.CaretStops;
PresentationFramework (2)
System\Windows\Documents\FixedTextView.cs (2)
450return run.CaretStops == null || run.CaretStops[fixedp.Offset];
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1639glyphRun.CaretStops,