3 references to StreamObjectDisposed
PresentationFramework (3)
MS\Internal\IO\Packaging\ByteStream.cs (1)
346
throw new ObjectDisposedException(null, SR.
StreamObjectDisposed
);
MS\Internal\IO\Packaging\ManagedIStream.cs (1)
136
throw new IOException(SR.
StreamObjectDisposed
);
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (1)
306
throw new ObjectDisposedException(null, SR.
StreamObjectDisposed
);