1 write to BitmapEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1076_currentDrawingGroup.BitmapEffect = effect;
2 references to BitmapEffect
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingGroup.cs (2)
255if (BitmapEffect != null) 260ctx.PushEffect(BitmapEffect, BitmapEffectInput);