19 references to CaretStops
PresentationCore (16)
System\Windows\Media\GlyphRun.cs (15)
496
IList<bool> caretStops =
CaretStops
!= null &&
CaretStops
.Count != 0 ?
CaretStops
: new DefaultCaretStopList(CodepointCount);
588
IList<bool> caretStops =
CaretStops
!= null &&
CaretStops
.Count != 0 ?
CaretStops
: new DefaultCaretStopList(CodepointCount);
722
IList<bool> caretStops =
CaretStops
!= null &&
CaretStops
.Count != 0 ?
CaretStops
: new DefaultCaretStopList(CodepointCount);
769
IList<bool> caretStops =
CaretStops
!= null &&
CaretStops
.Count != 0 ?
CaretStops
: new DefaultCaretStopList(CodepointCount);
1012
if (
CaretStops
== null ||
CaretStops
.Count == 0)
1018
foreach (bool caretStop in
CaretStops
)
System\Windows\Media\GlyphsSerializer.cs (1)
33
_caretStops = glyphRun.
CaretStops
;
PresentationFramework (2)
System\Windows\Documents\FixedTextView.cs (2)
454
return run.
CaretStops
== null || run.
CaretStops
[fixedp.Offset];
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1638
glyphRun.
CaretStops
,