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