3 references to STG_UNKNOWN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
180private int storageType = STG_UNKNOWN; 2181if (storageType != STG_UNKNOWN && storageType != value.type) { 2348Debug.Assert(storageType != STG_UNKNOWN, "if we are loaded, out storage type must be set!");