24 references to Init
PresentationCore (24)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (2)
468propVar.Init(_metadata); 803propVar.Init(metadata);
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (2)
1162propVar.Init(value); 1228propVar.Init(null);
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
227propValue.Init((byte) _transformation); 247propValue.Init( ((float)_qualityLevel) / 100.0f);
Core\CSharp\System\Windows\Media\Imaging\PngBitmapEncoder.cs (1)
135propValue.Init(_interlaceOption == PngInterlaceOption.On);
Core\CSharp\System\Windows\Media\Imaging\TiffBitmapEncoder.cs (1)
172propValue.Init((byte) _compressionMethod);
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (16)
473propValue.Init((float)_imagequalitylevel); 493propValue.Init((byte) _transformation); 513propValue.Init((bool)_lossless); 533propValue.Init((bool)_usecodecoptions); 553propValue.Init((byte)_qualitylevel); 573propValue.Init((byte)_subsamplinglevel); 593propValue.Init((byte)_overlaplevel); 613propValue.Init((ushort)_horizontaltileslices ); 633propValue.Init((ushort)_verticaltileslices ); 653propValue.Init((bool)_frequencyorder); 673propValue.Init((bool)_interleavedalpha); 693propValue.Init((byte)_alphaqualitylevel); 713propValue.Init((bool)_compresseddomaintranscode); 733propValue.Init((byte)_imagedatadiscardlevel); 753propValue.Init((byte)_alphadatadiscardlevel); 773propValue.Init((bool)_ignoreoverlap);