1 write to IsVisibleProperty
PresentationCore (1)
System\Windows\UIElement3D.cs (1)
33
IsVisibleProperty
= UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));
6 references to IsVisibleProperty
PresentationCore (4)
System\Windows\UIElement3D.cs (4)
39
IsVisibleProperty
.OverrideMetadata(typeof(UIElement3D),
1106
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(
IsVisibleProperty
, _isVisibleMetadata, !isVisible, isVisible));
1369
if (property ==
IsVisibleProperty
)
1384
if (property ==
IsVisibleProperty
)
WindowsBase.Tests (2)
System\Windows\DependencyObjectTests.cs (2)
1565
DependencyProperty property = UIElement3D.
IsVisibleProperty
;
1976
DependencyProperty property = UIElement3D.
IsVisibleProperty
;