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