13 references to WndProcShouldBeDebuggable
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Application.cs (1)
3670if (NativeWindow.WndProcShouldBeDebuggable) {
winforms\Managed\System\WinForms\CommonDialog.cs (1)
211if (NativeWindow.WndProcShouldBeDebuggable) {
winforms\Managed\System\WinForms\ContainerControl.cs (2)
1498if (NativeWindow.WndProcShouldBeDebuggable) { 1562if (NativeWindow.WndProcShouldBeDebuggable) {
winforms\Managed\System\WinForms\Control.cs (3)
7487if (NativeWindow.WndProcShouldBeDebuggable && !current.synchronous) { 7505if (!NativeWindow.WndProcShouldBeDebuggable && 10018if (bulkValidation || NativeWindow.WndProcShouldBeDebuggable) {
winforms\Managed\System\WinForms\FileDialog.cs (1)
647if (NativeWindow.WndProcShouldBeDebuggable) {
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
173if (NativeWindow.WndProcShouldBeDebuggable)
winforms\Managed\System\WinForms\FontDialog.cs (1)
484if (NativeWindow.WndProcShouldBeDebuggable) {
winforms\Managed\System\WinForms\Form.cs (1)
3547if (NativeWindow.WndProcShouldBeDebuggable)
winforms\Managed\System\WinForms\HtmlShim.cs (1)
123if (NativeWindow.WndProcShouldBeDebuggable)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
617if (WndProcShouldBeDebuggable) {