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