1 write to Input
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\BitmapEffectInput.cs (1)
45Input = input;
4 references to Input
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\BitmapEffect.cs (3)
163if (input.Input == null) 168if (input.Input == BitmapEffectInput.ContextInputSource) 173return input.Input.Clone();
Core\CSharp\System\Windows\Media\Effects\BitmapEffectInput.cs (1)
55return (Input != BitmapEffectInput.ContextInputSource);