5 references to IsVisibleProperty
PresentationCore (5)
System\Windows\UIElement.cs (4)
3901NotifyPropertyChange(new DependencyPropertyChangedEventArgs(IsVisibleProperty, _isVisibleMetadata, BooleanBoxes.Box(!isVisible), BooleanBoxes.Box(isVisible))); 4217parentValue = (bool) parent.GetValue(IsVisibleProperty); 4259if(property == IsVisibleProperty) 4288if(property == IsVisibleProperty)
System\Windows\UIElement3D.cs (1)
48IsVisibleProperty = UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));