2 writes to BitmapEffect
PresentationCore (2)
System\Windows\Media\Visual.cs (2)
3046
bed.
BitmapEffect
= newBitmapEffect;
3276
bitmapEffectState.
BitmapEffect
= newBitmapEffect;
5 references to BitmapEffect
PresentationCore (5)
System\Windows\Media\Visual.cs (5)
2982
return bed.
BitmapEffect
;
3023
BitmapEffect oldBitmapEffect = bed?.
BitmapEffect
;
3161
BitmapEffect currentBitmapEffect = bed?.
BitmapEffect
;
3242
return BitmapEffectStateField.GetValue(this).
BitmapEffect
;
3254
BitmapEffect bitmapEffect = bitmapEffectState?.
BitmapEffect
;