11 references to CodepointCount
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
410
if (caretStops.Count !=
CodepointCount
+ 1)
411
throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsShouldBeEqualTo,
CodepointCount
+ 1), nameof(caretStops));
480
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
481
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
510
clusterMap = new DefaultClusterMap(
CodepointCount
);
572
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
575
clusterMap = new DefaultClusterMap(
CodepointCount
);
706
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
707
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
753
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
754
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)