11 references to CodepointCount
PresentationCore (11)
Core\CSharp\System\Windows\Media\GlyphRun.cs (11)
440
if (caretStops.Count !=
CodepointCount
+ 1)
441
throw new ArgumentException(SR.Get(SRID.CollectionNumberOfElementsShouldBeEqualTo,
CodepointCount
+ 1), "caretStops");
518
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
519
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
548
clusterMap = new DefaultClusterMap(
CodepointCount
);
610
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
613
clusterMap = new DefaultClusterMap(
CodepointCount
);
744
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
745
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)
791
IList<bool> caretStops = CaretStops != null && CaretStops.Count != 0 ? CaretStops : new DefaultCaretStopList(
CodepointCount
);
792
if (characterHit.FirstCharacterIndex < 0 || characterHit.FirstCharacterIndex >
CodepointCount
)