4 instantiations of DefaultCaretStopList
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
509
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
601
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
735
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
782
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);