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