14 references to WndProcShouldBeDebuggable
System.Windows.Forms (14)
System\Windows\Forms\Application.ThreadContext.cs (1)
958if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Control.cs (3)
6084if (NativeWindow.WndProcShouldBeDebuggable && !current._synchronous) 6107if (!NativeWindow.WndProcShouldBeDebuggable 8402if (bulkValidation || NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (1)
107if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
126if (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)
3165if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1574if (NativeWindow.WndProcShouldBeDebuggable) 1643if (NativeWindow.WndProcShouldBeDebuggable)
System\Windows\Forms\NativeWindow.cs (1)
360if (WndProcShouldBeDebuggable)