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