5 references to GetLineStartPosition
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (5)
363secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1); 403TextPointer currentLinePointer = _textBlock1.ContentStart.GetLineStartPosition(2); 410TextPointer nextLinePointer = currentLinePointer.GetLineStartPosition(1); 417nextLinePointer = nextLinePointer.GetLineStartPosition(1); 431secondLinePointer = _textBlock1.ContentStart.GetLineStartPosition(1);