4 references to BitmapEffectInput
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1078effectInput : new BitmapEffectInput();
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
160return new BitmapEffectInput();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1963bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.BitmapEffectInput(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1140case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.BitmapEffectInput(); break;