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)
255
if (
BitmapEffect
!= null)
260
ctx.PushEffect(
BitmapEffect
, BitmapEffectInput);