5 writes to VisualOpacity
PresentationCore (5)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
79set { base.VisualOpacity = value; }
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
90set { base.VisualOpacity = value; }
Core\CSharp\System\Windows\UIElement.cs (3)
2734base.VisualOpacity = Opacity; 3042base.VisualOpacity = Opacity; 3066base.VisualOpacity = 0;
3 references to VisualOpacity
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
78get { return base.VisualOpacity; }
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
307return reference.VisualOpacity;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
89get { return base.VisualOpacity; }