1 write to Input
PresentationCore (1)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
30Input = input;
4 references to Input
PresentationCore (4)
System\Windows\Media\Effects\BitmapEffect.cs (3)
95if (input.Input == null) 100if (input.Input == BitmapEffectInput.ContextInputSource) 105return input.Input.Clone();
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
40return (Input != BitmapEffectInput.ContextInputSource);