2 references to LineSeparator
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
1106
bool firstLineEmpty = (lineMax == 0 || (lineMax > 1 && _provider.GetLineIndex(1) ==
LineSeparator
.Length));
1119
index = _provider.GetLineIndex(line + actualCount) -
LineSeparator
.Length;