1 write to _qualitylevel
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (1)
243
_qualitylevel
= value;
3 references to _qualitylevel
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (3)
234
return
_qualitylevel
;
548
if (
_qualitylevel
!= c_defaultQualityLevel)
553
propValue.Init((byte)
_qualitylevel
);