28 references to VisualDiagnostics
PresentationCore (17)
System\Windows\Diagnostics\VisualDiagnostics.cs (3)
106EventHandler<VisualTreeChangeEventArgs> visualTreeChanged = VisualDiagnostics.s_visualTreeChanged; 113index = VisualDiagnostics.GetChildIndex(parent, child); 255throw new InvalidOperationException(SR.Format(SR.MethodCallNotAllowed, nameof(VisualDiagnostics.EnableVisualTreeChanged)));
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (2)
59if (VisualDiagnostics.IsEnabled && 60VisualDiagnostics.IsEnvironmentVariableSet(value, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable) &&
System\Windows\Media\Visual.cs (4)
2586VisualDiagnostics.VerifyVisualTreeChange(this); 2631VisualDiagnostics.OnVisualChildChanged(this, child, true); 2655VisualDiagnostics.VerifyVisualTreeChange(this); 2657VisualDiagnostics.OnVisualChildChanged(this, child, false);
System\Windows\Media3D\Viewport3DVisual.cs (4)
327VisualDiagnostics.VerifyVisualTreeChange(this); 361VisualDiagnostics.OnVisualChildChanged(this, child, true); 378VisualDiagnostics.VerifyVisualTreeChange(this); 383VisualDiagnostics.OnVisualChildChanged(this, child, false);
System\Windows\Media3D\Visual3D.cs (4)
235VisualDiagnostics.VerifyVisualTreeChange(this); 264VisualDiagnostics.OnVisualChildChanged(this, child, true); 289VisualDiagnostics.VerifyVisualTreeChange(this); 291VisualDiagnostics.OnVisualChildChanged(this, child, false);
PresentationFramework (11)
System\Windows\Diagnostics\BindingDiagnostics.cs (2)
30IsEnabled = VisualDiagnostics.IsEnabled && VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (2)
35IsEnabled = VisualDiagnostics.IsEnabled && 36VisualDiagnostics.IsEnvironmentVariableSet(null, XamlSourceInfoHelper.XamlSourceInfoEnvironmentVariable);
System\Windows\FrameworkContentElement.cs (1)
691VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\FrameworkElement.cs (1)
2061VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\Generated\FrameworkContentElement.cs (1)
313VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\Generated\FrameworkElement.cs (1)
313VisualDiagnostics.VerifyVisualTreeChange(this);
System\Windows\ResourceDictionary.cs (3)
631System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext); 691System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext); 822System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext);