1 write to Input
PresentationCore (1)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
31Input = input;
4 references to Input
PresentationCore (4)
System\Windows\Media\Effects\BitmapEffect.cs (3)
96if (input.Input == null) 101if (input.Input == BitmapEffectInput.ContextInputSource) 106return input.Input.Clone();
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
41return (Input != BitmapEffectInput.ContextInputSource);