28 references to VisualDiagnostics
PresentationCore (17)
System\Windows\Diagnostics\VisualDiagnostics.cs (3)
111EventHandler<VisualTreeChangeEventArgs> visualTreeChanged = VisualDiagnostics.s_visualTreeChanged; 118index = VisualDiagnostics.GetChildIndex(parent, child); 260throw new InvalidOperationException(SR.Format(SR.MethodCallNotAllowed, nameof(VisualDiagnostics.EnableVisualTreeChanged)));
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (2)
60if (VisualDiagnostics.IsEnabled && 61VisualDiagnostics.IsEnvironmentVariableSet(value, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable) &&
System\Windows\Media\Visual.cs (4)
2602VisualDiagnostics.VerifyVisualTreeChange(this); 2647VisualDiagnostics.OnVisualChildChanged(this, child, true); 2671VisualDiagnostics.VerifyVisualTreeChange(this); 2673VisualDiagnostics.OnVisualChildChanged(this, child, false);
System\Windows\Media3D\Viewport3DVisual.cs (4)
338VisualDiagnostics.VerifyVisualTreeChange(this); 372VisualDiagnostics.OnVisualChildChanged(this, child, true); 389VisualDiagnostics.VerifyVisualTreeChange(this); 394VisualDiagnostics.OnVisualChildChanged(this, child, false);
System\Windows\Media3D\Visual3D.cs (4)
243VisualDiagnostics.VerifyVisualTreeChange(this); 272VisualDiagnostics.OnVisualChildChanged(this, child, true); 297VisualDiagnostics.VerifyVisualTreeChange(this); 299VisualDiagnostics.OnVisualChildChanged(this, child, false);
PresentationFramework (11)
System\Windows\Diagnostics\BindingDiagnostics.cs (2)
32IsEnabled = VisualDiagnostics.IsEnabled && VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (2)
41IsEnabled = VisualDiagnostics.IsEnabled && 42VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
System\Windows\FrameworkContentElement.cs (1)
703VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\FrameworkElement.cs (1)
2072VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\Generated\FrameworkContentElement.cs (1)
319VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\Generated\FrameworkElement.cs (1)
319VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\ResourceDictionary.cs (3)
641System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext); 701System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext); 832System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext);