5 implementations of GetTextInRun
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
242
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
125
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\FixedTextContainer.cs (1)
110
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\NullTextContainer.cs (1)
110
int ITextContainer.
GetTextInRun
(StaticTextPointer position, LogicalDirection direction, char[] textBuffer, int startIndex, int count)
System\Windows\Documents\TextContainer.cs (1)
549
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)
69
return _textContainer.
GetTextInRun
(this, direction, textBuffer, startIndex, count);