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