2 writes to BitmapEffect
PresentationCore (2)
Core\CSharp\System\Windows\Media\Visual.cs (2)
3094
bed.
BitmapEffect
= newBitmapEffect;
3325
bitmapEffectState.
BitmapEffect
= newBitmapEffect;
4 references to BitmapEffect
PresentationCore (4)
Core\CSharp\System\Windows\Media\Visual.cs (4)
3030
return bed.
BitmapEffect
;
3071
BitmapEffect oldBitmapEffect = (bed == null) ? null : bed.
BitmapEffect
;
3209
BitmapEffect currentBitmapEffect = (bed == null) ? null : bed.
BitmapEffect
;
3303
BitmapEffect bitmapEffect = (bitmapEffectState == null) ? null : bitmapEffectState.
BitmapEffect
;