5 references to PngInterlaceOption
PresentationCore (5)
System\Windows\Media\Imaging\PngBitmapEncoder.cs (5)
68
public
PngInterlaceOption
Interlace
110
propValue.Init(_interlaceOption ==
PngInterlaceOption
.On);
147
private const
PngInterlaceOption
c_defaultInterlaceOption =
PngInterlaceOption
.Default;
148
private
PngInterlaceOption
_interlaceOption = c_defaultInterlaceOption;