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