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