5 implementations of GetTextInRun
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
252int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
146int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
131int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
118int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
570int ITextContainer.GetTextInRun(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
1 reference to GetTextInRun
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
76return _textContainer.GetTextInRun(this, direction, textBuffer, startIndex, count);