18 references to CaretStops
PresentationCore (16)
Core\CSharp\System\Windows\Media\GlyphRun.cs (15)
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);
1037
if (
CaretStops
== null ||
CaretStops
.Count == 0)
1043
foreach (bool caretStop in
CaretStops
)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
58
_caretStops = glyphRun.
CaretStops
;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
471
return run.
CaretStops
== null || run.
CaretStops
[fixedp.Offset];