1 write to IsVisibleProperty
PresentationCore (1)
System\Windows\UIElement3D.cs (1)
32
IsVisibleProperty
= UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));
6 references to IsVisibleProperty
PresentationCore (4)
System\Windows\UIElement3D.cs (4)
38
IsVisibleProperty
.OverrideMetadata(typeof(UIElement3D),
1105
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(
IsVisibleProperty
, _isVisibleMetadata, !isVisible, isVisible));
1368
if (property ==
IsVisibleProperty
)
1383
if (property ==
IsVisibleProperty
)
WindowsBase.Tests (2)
System\Windows\DependencyObjectTests.cs (2)
1565
DependencyProperty property = UIElement3D.
IsVisibleProperty
;
1976
DependencyProperty property = UIElement3D.
IsVisibleProperty
;