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