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