4 references to BitmapEffectInput
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1035
_currentDrawingGroup.BitmapEffectInput = effectInput ?? new
BitmapEffectInput
();
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
129
return new
BitmapEffectInput
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2006
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
BitmapEffectInput
(); }
System\Windows\Markup\KnownTypes.cs (1)
1133
case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.
BitmapEffectInput
(); break;