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