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