14 references to WndProcChoice
System.Windows.Forms (14)
winforms\Managed\System\WinForms\NativeWindow.cs (14)
277Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Init wndProcFlags"); 288Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Debugger is attached, using debuggable WndProc"); 293Debug.WriteLineIf(WndProcChoice.TraceVerbose, "After reg check 0x" + intWndProcFlags.ToString("X", CultureInfo.InvariantCulture)); 295Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Debugger present"); 302Debug.WriteLineIf(WndProcChoice.TraceVerbose, "After config check 0x" + intWndProcFlags.ToString("X", CultureInfo.InvariantCulture)); 310Debug.WriteLineIf(WndProcChoice.TraceVerbose, "After config & debugger check 0x" + intWndProcFlags.ToString("X", CultureInfo.InvariantCulture)); 321Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Final 0x" + intWndProcFlags.ToString("X", CultureInfo.InvariantCulture)); 501Debug.WriteLineIf(WndProcChoice.TraceVerbose, ".NETFramework key not found"); 507Debug.WriteLineIf(WndProcChoice.TraceVerbose, "DbgJITDebugLaunchSetting value found, debugger is installed"); 548Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Debugger present, checking for debuggable entry assembly"); 552Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Debuggable attribute on assembly"); 560Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Entry assembly is debuggable"); 618Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Using debuggable wndproc"); 622Debug.WriteLineIf(WndProcChoice.TraceVerbose, "Using normal wndproc");