5 implementations of SymbolCount
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
486
int ITextContainer.
SymbolCount
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
292
int ITextContainer.
SymbolCount
System\Windows\Documents\FixedTextContainer.cs (1)
261
int ITextContainer.
SymbolCount
System\Windows\Documents\NullTextContainer.cs (1)
257
int ITextContainer.
SymbolCount
System\Windows\Documents\TextContainer.cs (1)
1793
int ITextContainer.
SymbolCount
13 references to SymbolCount
PresentationFramework (13)
MS\Internal\Documents\TextBoxView.cs (2)
819
else if (position.Offset == _host.TextContainer.
SymbolCount
&& direction == LogicalDirection.Forward)
1895
int endOffset = Math.Min(range.StartIndex + range.PositionsAdded, _host.TextContainer.
SymbolCount
);
MS\Internal\Documents\TextContainerHelper.cs (5)
27
Invariant.Assert(cpLast <= textContainer.
SymbolCount
);
570
length = textContainer.
SymbolCount
;
635
cp = textContainer.
SymbolCount
;
667
cp = (edge == ElementEdge.BeforeStart || edge == ElementEdge.AfterStart) ? 0 : textContainer.
SymbolCount
;
688
cch = textContainer.
SymbolCount
;
System\Windows\Documents\Speller.cs (2)
44
if (_textEditor.TextContainer.
SymbolCount
> 0)
294
if (_textEditor.TextContainer.
SymbolCount
> 0)
System\Windows\Documents\SpellerStatusTable.cs (2)
568
if (e.ITextPosition.Offset + e.Count < e.ITextPosition.TextContainer.
SymbolCount
- 1)
766
position = textContainer.CreateStaticPointerAtOffset(textContainer.
SymbolCount
);
System\windows\Documents\TextEditor.cs (1)
1176
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;
System\Windows\Documents\TextStore.cs (1)
3816
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;