15 references to Int32Size
WindowsBase (15)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileReference.cs (5)
137bytes += ContainerUtilities.Int32Size; 147bytes += ContainerUtilities.Int32Size; 158bytes += ContainerUtilities.Int32Size; 187bytesRead += ContainerUtilities.Int32Size; 205bytesRead += ContainerUtilities.Int32Size;
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (10)
154if (headerLen < CU.Int32Size) 174Int32 numPublishLicenseHeaderExtraBytes = headerLen - CU.Int32Size; 267Int32 headerLen = CU.Int32Size; 9512 * CU.Int32Size + 1320int extra = length % CU.Int32Size; 1324byte[] bytes = reader.ReadBytes(CU.Int32Size - extra); 1325if (bytes.Length != CU.Int32Size - extra) 1342int extra = length % CU.Int32Size; 1346writer.Write(Padding, 0, CU.Int32Size - extra); 1454private static readonly int UseLicenseStreamLengthMin = 2 * CU.Int32Size + SizeofByte;