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