10 references to WritePngUInt32
System.Windows.Forms.UI.IntegrationTests (10)
Infra\ScreenRecordService.cs (10)
360WritePngUInt32(stream, buffer, crc, checked((uint)frameCount)); 362WritePngUInt32(stream, buffer, crc, checked((uint)playCount)); 385WritePngUInt32(stream, buffer, crc, (uint)sequenceNumber); 399WritePngUInt32(stream, buffer, crc: null, dataLength); 404WritePngUInt32(stream, buffer, crc: null, crc.GetCurrentHashAsUInt32()); 479WritePngUInt32(stream, buffer, crc, checked((uint)sequenceNumber)); 481WritePngUInt32(stream, buffer, crc, checked((uint)size.Width)); 483WritePngUInt32(stream, buffer, crc, checked((uint)size.Height)); 485WritePngUInt32(stream, buffer, crc, checked((uint)offset.Width)); 487WritePngUInt32(stream, buffer, crc, checked((uint)offset.Height));