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