20 references to PreSaveNotificationScanControlInstruction
WindowsBase (20)
Base\MS\Internal\IO\Zip\IZipIOBlock.cs (1)
116PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size);
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (8)
656internal static PreSaveNotificationScanControlInstruction CommonPreSaveNotificationHandler( 673return PreSaveNotificationScanControlInstruction.Stop; 690return PreSaveNotificationScanControlInstruction.Continue; 707PreSaveNotificationScanControlInstruction.Stop : 708PreSaveNotificationScanControlInstruction.Continue; 744PreSaveNotificationScanControlInstruction.Stop : 745PreSaveNotificationScanControlInstruction.Continue; 935PreSaveNotificationScanControlInstruction.Stop )
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
228public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size) 237return PreSaveNotificationScanControlInstruction.Stop;
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (2)
164public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size) 172return PreSaveNotificationScanControlInstruction.Stop;
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (1)
362internal 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 (2)
192public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size) 201return PreSaveNotificationScanControlInstruction.Stop;
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (2)
145public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size) 154return PreSaveNotificationScanControlInstruction.Stop;