4 references to ContextInputSource
PresentationCore (4)
System\Windows\Media\Effects\BitmapEffect.cs (1)
101if (input.Input == BitmapEffectInput.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
41return (Input != BitmapEffectInput.ContextInputSource);
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (2)
203internal static BitmapSource s_Input = BitmapEffectInput.ContextInputSource; 235BitmapEffectInput.ContextInputSource,