3 writes to _ocxState
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1825_ocxState = CreateNewOcxState(_ocxState); 1850_ocxState = value; 2762_ocxState = new State(this);
15 references to _ocxState
System.Windows.Forms (15)
System\Windows\Forms\ActiveX\AxHost.cs (15)
1822if (IsDirty() || _ocxState is null) 1825_ocxState = CreateNewOcxState(_ocxState); 1828return _ocxState; 1845if (_ocxState == value) 1851_axState[s_manualUpdate] = _ocxState.ManualUpdate; 1852_licenseKey = _ocxState.LicenseKey; 2741if (_ocxState is null) 2763using var storage = _ocxState.GetStorage(); 2781switch (_ocxState.Type) 2784using (var stream = _ocxState.GetStream()) 2797using (var stream = _ocxState.GetStream()) 2807_ocxState.Type = StorageType.Stream; 2815using (var storage = _ocxState.GetStorage()) 2830using (var propBag = _ocxState.GetPropBag()) 3400_ocxState?.Dispose();