1 write to BitmapEffect
PresentationCore (1)
System\Windows\Media\DrawingDrawingContext.cs (1)
1034_currentDrawingGroup.BitmapEffect = effect;
3 references to BitmapEffect
PresentationCore (2)
System\Windows\Media\DrawingGroup.cs (2)
221if (BitmapEffect != null) 226ctx.PushEffect(BitmapEffect, BitmapEffectInput);
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
465BitmapEffect effect = dg.BitmapEffect;