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