4 references to ContextInputSource
PresentationCore (4)
System\Windows\Media\Effects\BitmapEffect.cs (1)
100if (input.Input == BitmapEffectInput.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
40return (Input != BitmapEffectInput.ContextInputSource);
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (2)
205internal static BitmapSource s_Input = BitmapEffectInput.ContextInputSource; 237BitmapEffectInput.ContextInputSource,