5 references to IsVisibleProperty
PresentationCore (5)
Core\CSharp\System\Windows\UIElement.cs (4)
3942NotifyPropertyChange(new DependencyPropertyChangedEventArgs(IsVisibleProperty, _isVisibleMetadata, BooleanBoxes.Box(!isVisible), BooleanBoxes.Box(isVisible))); 4260parentValue = (bool) parent.GetValue(IsVisibleProperty); 4302if(property == IsVisibleProperty) 4331if(property == IsVisibleProperty)
Core\CSharp\System\Windows\UIElement3D.cs (1)
55IsVisibleProperty = UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));