2 writes to InternalIsVisible
PresentationCore (2)
Core\CSharp\System\Windows\UIElement3D.cs (2)
718
InternalIsVisible
= true;
723
InternalIsVisible
= false;
3 references to InternalIsVisible
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Visual3D.cs (3)
1205
if (transform != null &&
InternalIsVisible
)
1218
else if (!
InternalIsVisible
)
1463
if (
InternalIsVisible
)