2 writes to BitmapEffectInput
PresentationCore (2)
System\Windows\Media\Visual.cs (2)
3138
bed.
BitmapEffectInput
= newBitmapEffectInput;
3322
bitmapEffectState.
BitmapEffectInput
= newBitmapEffectInput;
5 references to BitmapEffectInput
PresentationCore (5)
System\Windows\Media\Visual.cs (5)
3084
return bed.
BitmapEffectInput
;
3123
BitmapEffectInput oldBitmapEffectInput = (bed == null) ? null : bed.
BitmapEffectInput
;
3165
BitmapEffectInput currentBitmapEffectInput = (bed == null) ? null : bed.
BitmapEffectInput
;
3298
return bitmapEffectState.
BitmapEffectInput
;
3308
BitmapEffectInput bitmapEffectInput = (bitmapEffectState == null) ? null : bitmapEffectState.
BitmapEffectInput
;