4 references to DefaultCaretStopList
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
496
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
588
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
722
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
769
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);