6 writes to storageType
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (6)
3079storageType = STG_STREAM; 3084storageType = STG_STREAMINIT; 3089storageType = STG_STORAGE; 3113storageType = STG_STREAMINIT; 3122storageType = STG_STREAM; 3127storageType = STG_STORAGE;
7 references to storageType
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (7)
2181if (storageType != STG_UNKNOWN && storageType != value.type) { 2223switch (storageType) { 2227if (storageType == STG_STREAM) { 2243return new State(ms, storageType, this, propBag); 2348Debug.Assert(storageType != STG_UNKNOWN, "if we are loaded, out storage type must be set!"); 2359switch (storageType) {