6 references to IStream
System.Design (6)
System\Design\NativeMethods.cs (6)
1289
void ApplyViewState(
IStream
pstm);
1296
void SaveViewState(
IStream
pstm);
1410
void Load(
IStream
pstm);
1411
void Save(
IStream
pstm, bool fClearDirty);
1418
IStream
Clone();
1420
long CopyTo(
IStream
pstm, long cb, long[] pcbRead);