3 writes to _curSelEnd
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
108
_curSelStart =
_curSelEnd
= _curSelType = -1;
2419
_curSelStart =
_curSelEnd
= _curSelType = -1;
3408
_curSelEnd
= selEnd;
1 reference to _curSelEnd
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3405
if (selStart != _curSelStart || selEnd !=
_curSelEnd
|| selType != _curSelType)