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