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