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