3 writes to _ocxState
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1826_ocxState = CreateNewOcxState(_ocxState); 1851_ocxState = value; 2763_ocxState = new State(this);
15 references to _ocxState
System.Windows.Forms (15)
System\Windows\Forms\ActiveX\AxHost.cs (15)
1823if (IsDirty() || _ocxState is null) 1826_ocxState = CreateNewOcxState(_ocxState); 1829return _ocxState; 1846if (_ocxState == value) 1852_axState[s_manualUpdate] = _ocxState.ManualUpdate; 1853_licenseKey = _ocxState.LicenseKey; 2742if (_ocxState is null) 2764using var storage = _ocxState.GetStorage(); 2782switch (_ocxState.Type) 2785using (var stream = _ocxState.GetStream()) 2798using (var stream = _ocxState.GetStream()) 2808_ocxState.Type = StorageType.Stream; 2816using (var storage = _ocxState.GetStorage()) 2831using (var propBag = _ocxState.GetPropBag()) 3402_ocxState?.Dispose();