24 references to VisualDiagnostics
PresentationCore (17)
Core\CSharp\System\Windows\Diagnostics\VisualDiagnostics.cs (3)
118EventHandler<VisualTreeChangeEventArgs> visualTreeChanged = VisualDiagnostics.s_visualTreeChanged; 125index = VisualDiagnostics.GetChildIndex(parent, child); 282throw new InvalidOperationException(SR.Get(SRID.MethodCallNotAllowed, nameof(VisualDiagnostics.EnableVisualTreeChanged)));
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (2)
61if (VisualDiagnostics.IsEnabled && 62VisualDiagnostics.IsEnvironmentVariableSet(value, "ENABLE_XAML_DIAGNOSTICS_SOURCE_INFO") &&
Core\CSharp\System\Windows\Media\Visual.cs (4)
2627VisualDiagnostics.VerifyVisualTreeChange(this); 2672VisualDiagnostics.OnVisualChildChanged(this, child, true); 2696VisualDiagnostics.VerifyVisualTreeChange(this); 2698VisualDiagnostics.OnVisualChildChanged(this, child, false);
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
342VisualDiagnostics.VerifyVisualTreeChange(this); 376VisualDiagnostics.OnVisualChildChanged(this, child, true); 393VisualDiagnostics.VerifyVisualTreeChange(this); 398VisualDiagnostics.OnVisualChildChanged(this, child, false);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
252VisualDiagnostics.VerifyVisualTreeChange(this); 281VisualDiagnostics.OnVisualChildChanged(this, child, true); 306VisualDiagnostics.VerifyVisualTreeChange(this); 308VisualDiagnostics.OnVisualChildChanged(this, child, false);
PresentationFramework (7)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
709VisualDiagnostics.VerifyVisualTreeChange(this);
src\Framework\System\Windows\FrameworkElement.cs (1)
2071VisualDiagnostics.VerifyVisualTreeChange(this);
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
323VisualDiagnostics.VerifyVisualTreeChange(this);
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
323VisualDiagnostics.VerifyVisualTreeChange(this);
src\Framework\System\Windows\ResourceDictionary.cs (3)
640System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext); 700System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext); 831System.Windows.Diagnostics.VisualDiagnostics.VerifyVisualTreeChange(InheritanceContext);