5 implementations of SymbolCount
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
490
int ITextContainer.
SymbolCount
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
309
int ITextContainer.
SymbolCount
System\Windows\Documents\FixedTextContainer.cs (1)
278
int ITextContainer.
SymbolCount
System\Windows\Documents\NullTextContainer.cs (1)
262
int ITextContainer.
SymbolCount
System\Windows\Documents\TextContainer.cs (1)
1805
int ITextContainer.
SymbolCount
13 references to SymbolCount
PresentationFramework (13)
MS\Internal\Documents\TextBoxView.cs (2)
864
else if (position.Offset == _host.TextContainer.
SymbolCount
&& direction == LogicalDirection.Forward)
1938
int endOffset = Math.Min(range.StartIndex + range.PositionsAdded, _host.TextContainer.
SymbolCount
);
MS\Internal\Documents\TextContainerHelper.cs (5)
31
Invariant.Assert(cpLast <= textContainer.
SymbolCount
);
574
length = textContainer.
SymbolCount
;
639
cp = textContainer.
SymbolCount
;
671
cp = (edge == ElementEdge.BeforeStart || edge == ElementEdge.AfterStart) ? 0 : textContainer.
SymbolCount
;
692
cch = textContainer.
SymbolCount
;
System\Windows\Documents\Speller.cs (2)
49
if (_textEditor.TextContainer.
SymbolCount
> 0)
299
if (_textEditor.TextContainer.
SymbolCount
> 0)
System\Windows\Documents\SpellerStatusTable.cs (2)
571
if (e.ITextPosition.Offset + e.Count < e.ITextPosition.TextContainer.
SymbolCount
- 1)
769
position = textContainer.CreateStaticPointerAtOffset(textContainer.
SymbolCount
);
System\windows\Documents\TextEditor.cs (1)
1189
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;
System\Windows\Documents\TextStore.cs (1)
3835
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;