4 references to ContextInputSource
PresentationCore (4)
System\Windows\Media\Effects\BitmapEffect.cs (1)
120if (input.Input == BitmapEffectInput.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
54return (Input != BitmapEffectInput.ContextInputSource);
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (2)
228internal static BitmapSource s_Input = BitmapEffectInput.ContextInputSource; 260BitmapEffectInput.ContextInputSource,