2 references to GetStreamName
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);
17990
stream = stg.CreateStream(this.
GetStreamName
(), NativeMethods.STGM_WRITE | NativeMethods.STGM_SHARE_EXCLUSIVE | NativeMethods.STGM_CREATE, 0, 0);