2 writes to BitmapEffectInput
PresentationCore (2)
System\Windows\Media\Visual.cs (2)
3135
bed.
BitmapEffectInput
= newBitmapEffectInput;
3319
bitmapEffectState.
BitmapEffectInput
= newBitmapEffectInput;
5 references to BitmapEffectInput
PresentationCore (5)
System\Windows\Media\Visual.cs (5)
3081
return bed.
BitmapEffectInput
;
3120
BitmapEffectInput oldBitmapEffectInput = bed?.
BitmapEffectInput
;
3162
BitmapEffectInput currentBitmapEffectInput = bed?.
BitmapEffectInput
;
3295
return bitmapEffectState.
BitmapEffectInput
;
3305
BitmapEffectInput bitmapEffectInput = bitmapEffectState?.
BitmapEffectInput
;