5 implementations of SymbolCount
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
496
int ITextContainer.
SymbolCount
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
313
int ITextContainer.
SymbolCount
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
282
int ITextContainer.
SymbolCount
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
265
int ITextContainer.
SymbolCount
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1820
int ITextContainer.
SymbolCount
13 references to SymbolCount
PresentationFramework (13)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
868
else if (position.Offset == _host.TextContainer.
SymbolCount
&& direction == LogicalDirection.Forward)
1936
int endOffset = Math.Min(range.StartIndex + range.PositionsAdded, _host.TextContainer.
SymbolCount
);
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (5)
36
Invariant.Assert(cpLast <= textContainer.
SymbolCount
);
579
length = textContainer.
SymbolCount
;
644
cp = textContainer.
SymbolCount
;
676
cp = (edge == ElementEdge.BeforeStart || edge == ElementEdge.AfterStart) ? 0 : textContainer.
SymbolCount
;
697
cch = textContainer.
SymbolCount
;
src\Framework\System\Windows\Documents\Speller.cs (2)
50
if (_textEditor.TextContainer.
SymbolCount
> 0)
323
if (_textEditor.TextContainer.
SymbolCount
> 0)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (2)
571
if (e.ITextPosition.Offset + e.Count < e.ITextPosition.TextContainer.
SymbolCount
- 1)
770
position = textContainer.CreateStaticPointerAtOffset(textContainer.
SymbolCount
);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1216
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;
src\Framework\System\Windows\Documents\TextStore.cs (1)
3691
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;