1 write to IsVisibleProperty
PresentationCore (1)
Core\CSharp\System\Windows\UIElement3D.cs (1)
55
IsVisibleProperty
= UIElement.IsVisibleProperty.AddOwner(typeof(UIElement3D));
4 references to IsVisibleProperty
PresentationCore (4)
Core\CSharp\System\Windows\UIElement3D.cs (4)
61
IsVisibleProperty
.OverrideMetadata(typeof(UIElement3D),
1136
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(
IsVisibleProperty
, _isVisibleMetadata, !isVisible, isVisible));
1399
if (property ==
IsVisibleProperty
)
1414
if (property ==
IsVisibleProperty
)