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