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