5 references to GetTextInRun
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
583
string text = navigator.
GetTextInRun
(LogicalDirection.Forward);
629
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)
304
string firstLineText = secondLinePointer.
GetTextInRun
(LogicalDirection.Backward);
305
string secondLineText = secondLinePointer.
GetTextInRun
(LogicalDirection.Forward);