5 references to GetLineStartPosition
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (5)
359secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1); 399TextPointer currentLinePointer = _textBlock1.ContentStart.GetLineStartPosition(2); 406TextPointer nextLinePointer = currentLinePointer.GetLineStartPosition(1); 413nextLinePointer = nextLinePointer.GetLineStartPosition(1); 427secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1);