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