5 references to GetLineStartPosition
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (5)
360secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1); 400TextPointer currentLinePointer = _textBlock1.ContentStart.GetLineStartPosition(2); 407TextPointer nextLinePointer = currentLinePointer.GetLineStartPosition(1); 414nextLinePointer = nextLinePointer.GetLineStartPosition(1); 428secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1);