1 write to _stream
System.Speech (1)
Internal\SapiInterop\SpStreamWrapper.cs (1)
17_stream = stream;
8 references to _stream
System.Speech (8)
Internal\SapiInterop\SpStreamWrapper.cs (8)
23_stream.Dispose(); 35if (_endOfStreamPosition >= 0 && _stream.Position + cb > _endOfStreamPosition) 37cb = (int)(_endOfStreamPosition - _stream.Position); 43read = _stream.Read(pv, 0, cb); 63_stream.Seek(offset, (SeekOrigin)seekOrigin); 67Marshal.WriteIntPtr(plibNewPosition, new IntPtr(_stream.Position)); 80_stream.Flush(); 98cbSize = _stream.Length