5 implementations of GetTextInRun
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
246
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
142
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\FixedTextContainer.cs (1)
127
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\NullTextContainer.cs (1)
115
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\TextContainer.cs (1)
555
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
1 reference to GetTextInRun
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
74
return _textContainer.
GetTextInRun
(this, direction, textBuffer, startIndex, count);