2 writes to BitmapEffect
PresentationCore (2)
System\Windows\Media\Visual.cs (2)
3049bed.BitmapEffect = newBitmapEffect; 3279bitmapEffectState.BitmapEffect = newBitmapEffect;
4 references to BitmapEffect
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
2985return bed.BitmapEffect; 3026BitmapEffect oldBitmapEffect = (bed == null) ? null : bed.BitmapEffect; 3164BitmapEffect currentBitmapEffect = (bed == null) ? null : bed.BitmapEffect; 3257BitmapEffect bitmapEffect = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffect;