2 writes to BitmapEffectInput
PresentationCore (2)
Core\CSharp\System\Windows\Media\Visual.cs (2)
3183
bed.
BitmapEffectInput
= newBitmapEffectInput;
3368
bitmapEffectState.
BitmapEffectInput
= newBitmapEffectInput;
5 references to BitmapEffectInput
PresentationCore (5)
Core\CSharp\System\Windows\Media\Visual.cs (5)
3129
return bed.
BitmapEffectInput
;
3168
BitmapEffectInput oldBitmapEffectInput = (bed == null) ? null : bed.
BitmapEffectInput
;
3210
BitmapEffectInput currentBitmapEffectInput = (bed == null) ? null : bed.
BitmapEffectInput
;
3344
return bitmapEffectState.
BitmapEffectInput
;
3354
BitmapEffectInput bitmapEffectInput = (bitmapEffectState == null) ? null : bitmapEffectState.
BitmapEffectInput
;