11 references to CodepointCount
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
411
if (caretStops.Count !=
CodepointCount
+ 1)
412
throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsShouldBeEqualTo,
CodepointCount
+ 1), "caretStops");
481
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
482
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
511
clusterMap = new DefaultClusterMap(
CodepointCount
);
573
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
576
clusterMap = new DefaultClusterMap(
CodepointCount
);
707
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
708
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
754
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
755
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)