Base:
method
WndProc
System.Windows.Forms.ContainerControl.WndProc(ref System.Windows.Forms.Message)
2 references to WndProc
System.Windows.Forms.Tests (2)
System\Windows\Forms\DomainUpDownTests.cs (1)
1562
public new void WndProc(ref Message m) => base.
WndProc
(ref m);
System\Windows\Forms\UpDownBaseTests.cs (1)
3240
public new void WndProc(ref Message m) => base.
WndProc
(ref m);