4 references to TraceVerbose
System.Windows.Forms.Primitives (3)
System\Diagnostics\TraceSwitchExtensions.cs (3)
15if (traceSwitch is not null && traceSwitch.TraceVerbose) 24if (traceSwitch is not null && traceSwitch.TraceVerbose) 66if (traceSwitch is not null && traceSwitch.TraceVerbose)
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
477Debug.WriteLineIf(_traceHandle.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): BuildWindowCore (parent=0x{1:x8})", this.Name, hwndParent.Handle.ToInt32()));