2 references to OpenStream
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
17264
stream = stg.
OpenStream
(this.GetStreamName(), IntPtr.Zero, NativeMethods.STGM_READ | NativeMethods.STGM_SHARE_EXCLUSIVE, 0);
17270
stream = stg.
OpenStream
(GetType().FullName, IntPtr.Zero, NativeMethods.STGM_READ | NativeMethods.STGM_SHARE_EXCLUSIVE, 0);