5 references to GetTextInRun
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
583
string text = navigator.
GetTextInRun
(LogicalDirection.Forward);
631
string text = navigator.
GetTextInRun
(LogicalDirection.Forward);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
866
strValue += textElement.ContentStart.
GetTextInRun
(LogicalDirection.Forward);
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
301
string firstLineText = secondLinePointer.
GetTextInRun
(LogicalDirection.Backward);
302
string secondLineText = secondLinePointer.
GetTextInRun
(LogicalDirection.Forward);