14 references to WndProcShouldBeDebuggable
System.Windows.Forms (14)
System\Windows\Forms\Application.ThreadContext.cs (1)
943if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Control.cs (3)
6198if (NativeWindow.WndProcShouldBeDebuggable && !current._synchronous) 6221if (!NativeWindow.WndProcShouldBeDebuggable 8504if (bulkValidation || NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (1)
107if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
127if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
408if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
141if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
326if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
1654return !NativeWindow.WndProcShouldBeDebuggable;
System\Windows\Forms\Form.cs (1)
3240if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1567if (NativeWindow.WndProcShouldBeDebuggable) 1636if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\NativeWindow.cs (1)
360if (WndProcShouldBeDebuggable)