5 references to IsVisibleProperty
PresentationCore (5)
System\Windows\UIElement.cs (4)
3896
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(
IsVisibleProperty
, _isVisibleMetadata, BooleanBoxes.Box(!isVisible), BooleanBoxes.Box(isVisible)));
4212
parentValue = (bool) parent.GetValue(
IsVisibleProperty
);
4254
if(property ==
IsVisibleProperty
)
4283
if(property ==
IsVisibleProperty
)
System\Windows\UIElement3D.cs (1)
33
IsVisibleProperty = UIElement.
IsVisibleProperty
.AddOwner(typeof(UIElement3D));