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)
3405if (selStart != _curSelStart || selEnd != _curSelEnd || selType != _curSelType)