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