25 references to DefWndProc
System.Windows.Forms (16)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
167DefWndProc(ref m);
System\Windows\Forms\Control.cs (1)
4613protected virtual void DefWndProc(ref Message m) => _window.DefWndProc(ref m);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (4)
36DefWndProc(ref m); 72DefWndProc(ref m); 84DefWndProc(ref m); 128DefWndProc(ref m);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1830childWindow?.DefWndProc(ref m);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
414DefWndProc(ref m);
System\Windows\Forms\NativeWindow.cs (2)
355DefWndProc(ref m); 915DefWndProc(ref m);
System\Windows\Forms\NotifyIcon.cs (2)
794_window.DefWndProc(ref msg); 811_window.DefWndProc(ref msg);
System\Windows\Forms\ToolTip\ToolTip.cs (4)
2171_window.DefWndProc(ref message); 2277_window?.DefWndProc(ref message); 2289_window.DefWndProc(ref message); 2355_window?.DefWndProc(ref message);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs (2)
24void IDesignerTarget.DefWndProc(ref Message m) => DefWndProc(ref m); 34DefWndProc(ref m);
System.Windows.Forms.Tests (7)
System\Windows\Forms\NativeWindowTests.cs (7)
278window.DefWndProc(ref m); 304window.DefWndProc(ref m); 329window.DefWndProc(ref m); 351window1.DefWndProc(ref m); 365window2.DefWndProc(ref m); 375window3.DefWndProc(ref m); 395window.DefWndProc(ref m);