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