25 references to DefWndProc
System.Windows.Forms (16)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
167DefWndProc(ref m);
System\Windows\Forms\Control.cs (1)
4701protected 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)
1836childWindow?.DefWndProc(ref m);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
409DefWndProc(ref m);
System\Windows\Forms\NativeWindow.cs (2)
355DefWndProc(ref m); 909DefWndProc(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)
2170_window.DefWndProc(ref message); 2276_window?.DefWndProc(ref message); 2288_window.DefWndProc(ref message); 2354_window?.DefWndProc(ref message);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs (2)
21void IDesignerTarget.DefWndProc(ref Message m) => DefWndProc(ref m); 31DefWndProc(ref m);
System.Windows.Forms.Tests (7)
System\Windows\Forms\NativeWindowTests.cs (7)
280window.DefWndProc(ref m); 306window.DefWndProc(ref m); 331window.DefWndProc(ref m); 353window1.DefWndProc(ref m); 367window2.DefWndProc(ref m); 377window3.DefWndProc(ref m); 397window.DefWndProc(ref m);