2 writes to BitmapEffect
PresentationCore (2)
Core\CSharp\System\Windows\Media\Visual.cs (2)
3094bed.BitmapEffect = newBitmapEffect; 3325bitmapEffectState.BitmapEffect = newBitmapEffect;
4 references to BitmapEffect
PresentationCore (4)
Core\CSharp\System\Windows\Media\Visual.cs (4)
3030return bed.BitmapEffect; 3071BitmapEffect oldBitmapEffect = (bed == null) ? null : bed.BitmapEffect; 3209BitmapEffect currentBitmapEffect = (bed == null) ? null : bed.BitmapEffect; 3303BitmapEffect bitmapEffect = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffect;