6 implementations of PreSaveNotification
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (1)
228public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (1)
164public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (1)
336public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
Base\MS\Internal\IO\Zip\ZipIORawDataFileBlock.cs (1)
132public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (1)
192public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (1)
145public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
1 reference to PreSaveNotification
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
934if (((IZipIOBlock)_blockList[j]).PreSaveNotification(currentBlockOffset, currentBlockSize) ==