4 references to ContextInputSource
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\BitmapEffect.cs (1)
168if (input.Input == BitmapEffectInput.ContextInputSource)
Core\CSharp\System\Windows\Media\Effects\BitmapEffectInput.cs (1)
55return (Input != BitmapEffectInput.ContextInputSource);
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (2)
234internal static BitmapSource s_Input = BitmapEffectInput.ContextInputSource; 267BitmapEffectInput.ContextInputSource,