4 references to DefaultCaretStopList
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
480
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
572
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
706
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);
753
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new
DefaultCaretStopList
(CodepointCount);