11 references to CodepointCount
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
426
if (caretStops.Count !=
CodepointCount
+ 1)
427
throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsShouldBeEqualTo,
CodepointCount
+ 1), "caretStops");
496
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
497
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
526
clusterMap = new DefaultClusterMap(
CodepointCount
);
588
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
591
clusterMap = new DefaultClusterMap(
CodepointCount
);
722
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
723
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
769
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
770
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)