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