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