1 write to IsEnabled
PresentationFramework (1)
System\Windows\Diagnostics\BindingDiagnostics.cs (1)
30IsEnabled = VisualDiagnostics.IsEnabled && VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
5 references to IsEnabled
PresentationFramework (5)
MS\Internal\TraceData.cs (2)
307if (traceOutput != null && BindingDiagnostics.IsEnabled) 334if (traceOutput != null && BindingDiagnostics.IsEnabled)
System\Windows\Diagnostics\BindingDiagnostics.cs (3)
32if (IsEnabled) 50if (IsEnabled) 95if (!IsEnabled)