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