14 references to Level
System.Diagnostics.TraceSource (8)
System\Diagnostics\TraceSwitch.cs (8)
47
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
51
public bool TraceError =>
Level
>= TraceLevel.Error;
55
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
58
public bool TraceWarning =>
Level
>= TraceLevel.Warning;
62
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
65
public bool TraceInfo =>
Level
>= TraceLevel.Info;
69
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
72
public bool TraceVerbose =>
Level
== TraceLevel.Verbose;
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (5)
641
Debug.WriteLineIf(HostUtils.ImeMode.
Level
>= TraceLevel.Info, "Inside SyncHwndSrcImeStatus(), this = " + this);
678
Debug.WriteLineIf(HostUtils.ImeMode.
Level
>= TraceLevel.Verbose, "SetChildElementsIsImeEnabled, element = " + element);
699
Debug.WriteLineIf(HostUtils.ImeMode.
Level
>= TraceLevel.Info, "Inside OnHwndSrcWmInputLangChange(), this = " + this);
728
Debug.WriteLineIf(HostUtils.ImeMode.
Level
>= TraceLevel.Info, "Inside OnHwndSrcWmImeNotify(), this = " + this);
759
Debug.WriteLineIf(HostUtils.ImeMode.
Level
>= TraceLevel.Verbose, "Inside OnHwndSourceMsgNotifyElementHost()");
System\Windows\Integration\WindowsFormsHost.cs (1)
90
Debug.WriteLineIf(HostUtils.ImeMode.
Level
>= TraceLevel.Info, "Inside SyncChildImeEnabledContext(), this = " + this);