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