4 references to DefaultCaretStopList
PresentationCore (4)
Core\CSharp\System\Windows\Media\GlyphRun.cs (4)
518
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
610
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
744
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
791
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);