3 references to STGM_CREATE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
6709
NativeMethods.
STGM_CREATE
| NativeMethods.STGM_READWRITE | NativeMethods.STGM_SHARE_EXCLUSIVE, 0);
winforms\Managed\System\WinForms\Control.cs (1)
17990
stream = stg.CreateStream(this.GetStreamName(), NativeMethods.STGM_WRITE | NativeMethods.STGM_SHARE_EXCLUSIVE | NativeMethods.
STGM_CREATE
, 0, 0);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3794
NativeMethods.STGM_SHARE_EXCLUSIVE | NativeMethods.
STGM_CREATE
| NativeMethods.STGM_READWRITE,