14 references to WndProcShouldBeDebuggable
System.Windows.Forms (14)
System\Windows\Forms\Application.ThreadContext.cs (1)
958
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Control.cs (3)
6084
if (NativeWindow.
WndProcShouldBeDebuggable
&& !current._synchronous)
6107
if (!NativeWindow.
WndProcShouldBeDebuggable
8402
if (bulkValidation || NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (1)
107
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
126
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
408
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
141
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
326
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
1654
return !NativeWindow.
WndProcShouldBeDebuggable
;
System\Windows\Forms\Form.cs (1)
3165
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1574
if (NativeWindow.
WndProcShouldBeDebuggable
)
1643
if (NativeWindow.
WndProcShouldBeDebuggable
)
System\Windows\Forms\NativeWindow.cs (1)
360
if (
WndProcShouldBeDebuggable
)