1 write to IsVisibleProperty
PresentationCore (1)
System\Windows\UIElement3D.cs (1)
32IsVisibleProperty = UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));
6 references to IsVisibleProperty
PresentationCore (4)
System\Windows\UIElement3D.cs (4)
38IsVisibleProperty.OverrideMetadata(typeof(UIElement3D), 1105NotifyPropertyChange(new DependencyPropertyChangedEventArgs(IsVisibleProperty, _isVisibleMetadata, !isVisible, isVisible)); 1368if (property == IsVisibleProperty) 1383if (property == IsVisibleProperty)
WindowsBase.Tests (2)
System\Windows\DependencyObjectTests.cs (2)
1565DependencyProperty property = UIElement3D.IsVisibleProperty; 1976DependencyProperty property = UIElement3D.IsVisibleProperty;