3 writes to VisualBitmapEffect
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
107set { base.VisualBitmapEffect = value; }
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
109set { base.VisualBitmapEffect = value; }
Core\CSharp\System\Windows\UIElement.cs (1)
2796base.VisualBitmapEffect = BitmapEffect;
3 references to VisualBitmapEffect
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
106get { return base.VisualBitmapEffect; }
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
409return reference.VisualBitmapEffect;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
108get { return base.VisualBitmapEffect; }