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