7 references to IsVisibleProperty
PresentationCore (5)
System\Windows\UIElement.cs (4)
3880NotifyPropertyChange(new DependencyPropertyChangedEventArgs(IsVisibleProperty, _isVisibleMetadata, BooleanBoxes.Box(!isVisible), BooleanBoxes.Box(isVisible))); 4196parentValue = (bool) parent.GetValue(IsVisibleProperty); 4238if(property == IsVisibleProperty) 4267if(property == IsVisibleProperty)
System\Windows\UIElement3D.cs (1)
32IsVisibleProperty = UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));
WindowsBase.Tests (2)
System\Windows\DependencyObjectTests.cs (2)
1552DependencyProperty property = UIElement.IsVisibleProperty; 1963DependencyProperty property = UIElement.IsVisibleProperty;