6 writes to Type
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2807
_ocxState.
Type
= StorageType.Stream;
System\Windows\Forms\ActiveX\AxHost.State.cs (5)
41
Type
= storageType;
50
Type
= StorageType.PropertyBag;
66
Type
= StorageType.Storage;
72
Type
= (StorageType)(storageType + 1);
229
Type
= (StorageType)(binaryReader.ReadInt32() + 1);
3 references to Type
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1839
if (_storageType != StorageType.Unknown && _storageType != value.
Type
)
2781
switch (_ocxState.
Type
)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
311
binaryWriter.Write(((int)
Type
) - 1);