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