1 write to Input
PresentationCore (1)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
44Input = input;
4 references to Input
PresentationCore (4)
System\Windows\Media\Effects\BitmapEffect.cs (3)
115if (input.Input == null) 120if (input.Input == BitmapEffectInput.ContextInputSource) 125return input.Input.Clone();
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
54return (Input != BitmapEffectInput.ContextInputSource);