Base:
property
Length
System.IO.Stream.Length
6 references to Length
WindowsBase (6)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (6)
166temp = Length + offset; 211if (_streamPosition > Length) 213_streamPosition = Length; 249if (_writeCache.Length > Length) 388if (start + count > Length) 392realCount = (int)(Length - start);