5 implementations of SymbolCount
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
487
int ITextContainer.
SymbolCount
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
293
int ITextContainer.
SymbolCount
System\Windows\Documents\FixedTextContainer.cs (1)
262
int ITextContainer.
SymbolCount
System\Windows\Documents\NullTextContainer.cs (1)
258
int ITextContainer.
SymbolCount
System\Windows\Documents\TextContainer.cs (1)
1794
int ITextContainer.
SymbolCount
13 references to SymbolCount
PresentationFramework (13)
MS\Internal\Documents\TextBoxView.cs (2)
820
else if (position.Offset == _host.TextContainer.
SymbolCount
&& direction == LogicalDirection.Forward)
1896
int endOffset = Math.Min(range.StartIndex + range.PositionsAdded, _host.TextContainer.
SymbolCount
);
MS\Internal\Documents\TextContainerHelper.cs (5)
28
Invariant.Assert(cpLast <= textContainer.
SymbolCount
);
571
length = textContainer.
SymbolCount
;
636
cp = textContainer.
SymbolCount
;
668
cp = (edge == ElementEdge.BeforeStart || edge == ElementEdge.AfterStart) ? 0 : textContainer.
SymbolCount
;
689
cch = textContainer.
SymbolCount
;
System\Windows\Documents\Speller.cs (2)
45
if (_textEditor.TextContainer.
SymbolCount
> 0)
295
if (_textEditor.TextContainer.
SymbolCount
> 0)
System\Windows\Documents\SpellerStatusTable.cs (2)
569
if (e.ITextPosition.Offset + e.Count < e.ITextPosition.TextContainer.
SymbolCount
- 1)
767
position = textContainer.CreateStaticPointerAtOffset(textContainer.
SymbolCount
);
System\windows\Documents\TextEditor.cs (1)
1177
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;
System\Windows\Documents\TextStore.cs (1)
3817
int currentLength = textContainer.
SymbolCount
- charsToReplaceCount;