5 references to LineCount
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBox.cs (5)
254if (lineIndex < 0 || lineIndex >= LineCount) 313if (lineIndex < 0 || lineIndex >= LineCount) 372return this.LineCount - 1; 391if (lineIndex < 0 || lineIndex >= LineCount) 421if (lineIndex < 0 || lineIndex >= LineCount)