Base:
property
Length
System.IO.Stream.Length
11 references to Length
mscorlib (7)
system\io\unmanagedmemorystreamwrapper.cs (3)
86
return _unmanagedStream.
Length
;
116
byte[] buffer = new byte[_unmanagedStream.
Length
];
117
Buffer.Memcpy(buffer, 0, _unmanagedStream.Pointer, 0, (int)_unmanagedStream.
Length
);
system\resources\resourcereader.cs (4)
414
if (_ums.Position > _ums.
Length
) {
456
if (_ums.Position > _ums.
Length
- byteLen)
753
if (len > _ums.
Length
- _ums.Position) {
775
if (len > _ums.
Length
- _ums.Position) {
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
78
long length = stream.
Length
;
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1823
length = (int) memoryStream.
Length
;
System.Xml (1)
System\Xml\XmlCharType.cs (1)
429
Debug.Assert( memStream.
Length
== CharPropertiesSize );
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
119
if (CreateLayeredWindowFromImgBuffer(pImageSrcBuffer, umemStream.
Length
, topMost) && autoClose == true)