24 references to Init
PresentationCore (24)
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
403
propVar.
Init
(_metadata);
725
propVar.
Init
(metadata);
System\Windows\Media\Imaging\BitmapMetadata.cs (2)
1031
propVar.
Init
(value);
1087
propVar.
Init
(null);
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (2)
195
propValue.
Init
((byte) _transformation);
215
propValue.
Init
( ((float)_qualityLevel) / 100.0f);
System\Windows\Media\Imaging\PngBitmapEncoder.cs (1)
109
propValue.
Init
(_interlaceOption == PngInterlaceOption.On);
System\Windows\Media\Imaging\TiffBitmapEncoder.cs (1)
145
propValue.
Init
((byte) _compressionMethod);
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (16)
421
propValue.
Init
((float)_imagequalitylevel);
441
propValue.
Init
((byte) _transformation);
461
propValue.
Init
((bool)_lossless);
481
propValue.
Init
((bool)_usecodecoptions);
501
propValue.
Init
((byte)_qualitylevel);
521
propValue.
Init
((byte)_subsamplinglevel);
541
propValue.
Init
((byte)_overlaplevel);
561
propValue.
Init
((ushort)_horizontaltileslices );
581
propValue.
Init
((ushort)_verticaltileslices );
601
propValue.
Init
((bool)_frequencyorder);
621
propValue.
Init
((bool)_interleavedalpha);
641
propValue.
Init
((byte)_alphaqualitylevel);
661
propValue.
Init
((bool)_compresseddomaintranscode);
681
propValue.
Init
((byte)_imagedatadiscardlevel);
701
propValue.
Init
((byte)_alphadatadiscardlevel);
721
propValue.
Init
((bool)_ignoreoverlap);