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