17 references to SymbolCount
PresentationFramework (17)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (1)
58
_cchAllText = _structuralCache.TextContainer.
SymbolCount
;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
592
int textSize = StructuralCache.TextContainer.
SymbolCount
;
777
int textSize = StructuralCache.TextContainer.
SymbolCount
;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
2046
if (viewerState.ContentPosition <= textContainer.
SymbolCount
)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1979
if (viewerState.ContentPosition <= textContainer.
SymbolCount
)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1571
if (viewerState.ContentPosition <= textContainer.
SymbolCount
)
src\Framework\System\Windows\Controls\TextBox.cs (10)
174
int maxStart = TextContainer.
SymbolCount
;
280
if (charIndex < 0 || charIndex > this.TextContainer.
SymbolCount
)
460
if (charIndex < 0 || charIndex > this.TextContainer.
SymbolCount
)
472
if (trailingEdge && charIndex < this.TextContainer.
SymbolCount
)
506
if (charIndex < 0 || charIndex > this.TextContainer.
SymbolCount
)
514
if (spellingError == null && charIndex < this.TextContainer.
SymbolCount
- 1)
579
if (charIndex < 0 || charIndex > this.TextContainer.
SymbolCount
)
584
if (this.TextContainer.
SymbolCount
== 0)
890
int maxStart = TextContainer.
SymbolCount
;
953
return GetLineIndexFromCharacterIndex(this.TextContainer.
SymbolCount
) + 1;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1824
return this.
SymbolCount
;