4 instantiations of DefaultCaretStopList
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
481
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
573
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
707
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
754
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);