Implemented interface member:
3 overrides of Count
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (3)
194
public override int
Count
293
public override int
Count
408
public override int
Count
7 references to Count
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (1)
1765
if(charBuffer == null || (cchText <= 0) || (charBuffer.
Count
< cchText) ||
MS\Internal\TextFormatting\TextStore.cs (1)
1533
Debug.Assert(runInfo.OffsetToFirstChar + offsetToFirstChar + lsrunLength <= runInfo.CharacterBuffer.
Count
);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (3)
64
for (int i = 0; i <
Count
; ++i)
113
for (int i = 0; i <
Count
; ++i)
141
for (int i = 0; i <
Count
; ++i)
System\Windows\Media\textformatting\CharacterBufferReference.cs (1)
86
int maxOffset = (charBuffer == null) ? 0 : Math.Max(0, charBuffer.
Count
- 1);
System\Windows\Media\textformatting\CharacterString.cs (1)
96
characterBufferReference.CharacterBuffer.
Count
- characterBufferReference.OffsetToFirstChar :