1 write to _alphaqualitylevel
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (1)
378
_alphaqualitylevel
= value;
3 references to _alphaqualitylevel
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (3)
369
return
_alphaqualitylevel
;
688
if (
_alphaqualitylevel
!= c_defaultAlphaQualityLevel)
693
propValue.Init((byte)
_alphaqualitylevel
);