2 instantiations of SELCHANGE
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
10172
SELCHANGE selChange =
new
()
10406
SELCHANGE selChange =
new
()
7 references to SELCHANGE
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
3317
SELCHANGE
* selChange = (
SELCHANGE
*)(nint)m.LParamInternal;
3379
private void WmSelectionChange(
SELCHANGE
selChange)
System.Windows.Forms.Interop.Tests (2)
RichTextBoxTests.cs (2)
144
RichTextBox_SelChange(out
var
value);
195
private static extern void RichTextBox_SelChange(out
SELCHANGE
value);
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
10172
SELCHANGE
selChange = new()
10406
SELCHANGE
selChange = new()