2 writes to InternalIsVisible
PresentationCore (2)
System\Windows\UIElement3D.cs (2)
695
InternalIsVisible
= true;
700
InternalIsVisible
= false;
3 references to InternalIsVisible
PresentationCore (3)
System\Windows\Media3D\Visual3D.cs (3)
1181
if (transform != null &&
InternalIsVisible
)
1194
else if (!
InternalIsVisible
)
1433
if (
InternalIsVisible
)