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