19 references to CaretStops
PresentationCore (16)
System\Windows\Media\GlyphRun.cs (15)
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);
1025
if (
CaretStops
== null ||
CaretStops
.Count == 0)
1031
foreach (bool caretStop in
CaretStops
)
System\Windows\Media\GlyphsSerializer.cs (1)
49
_caretStops = glyphRun.
CaretStops
;
PresentationFramework (2)
System\Windows\Documents\FixedTextView.cs (2)
462
return run.
CaretStops
== null || run.
CaretStops
[fixedp.Offset];
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1646
glyphRun.
CaretStops
,