1 write to IsVisibleProperty
PresentationCore (1)
System\Windows\UIElement3D.cs (1)
33IsVisibleProperty = UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));
6 references to IsVisibleProperty
PresentationCore (4)
System\Windows\UIElement3D.cs (4)
39IsVisibleProperty.OverrideMetadata(typeof(UIElement3D), 1106NotifyPropertyChange(new DependencyPropertyChangedEventArgs(IsVisibleProperty, _isVisibleMetadata, !isVisible, isVisible)); 1369if (property == IsVisibleProperty) 1384if (property == IsVisibleProperty)
WindowsBase.Tests (2)
System\Windows\DependencyObjectTests.cs (2)
1565DependencyProperty property = UIElement3D.IsVisibleProperty; 1976DependencyProperty property = UIElement3D.IsVisibleProperty;