3 writes to VisualBitmapEffectInput
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
118set { base.VisualBitmapEffectInput = value; }
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
120set { base.VisualBitmapEffectInput = value; }
Core\CSharp\System\Windows\UIElement.cs (1)
2860base.VisualBitmapEffectInput = newValue;
3 references to VisualBitmapEffectInput
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
117get { return base.VisualBitmapEffectInput; }
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
420return reference.VisualBitmapEffectInput;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
119get { return base.VisualBitmapEffectInput; }