3 writes to _ocxState
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1823_ocxState = CreateNewOcxState(_ocxState); 1848_ocxState = value; 2760_ocxState = new State(this);
15 references to _ocxState
System.Windows.Forms (15)
System\Windows\Forms\ActiveX\AxHost.cs (15)
1820if (IsDirty() || _ocxState is null) 1823_ocxState = CreateNewOcxState(_ocxState); 1826return _ocxState; 1843if (_ocxState == value) 1849_axState[s_manualUpdate] = _ocxState.ManualUpdate; 1850_licenseKey = _ocxState.LicenseKey; 2739if (_ocxState is null) 2761using var storage = _ocxState.GetStorage(); 2779switch (_ocxState.Type) 2782using (var stream = _ocxState.GetStream()) 2795using (var stream = _ocxState.GetStream()) 2805_ocxState.Type = StorageType.Stream; 2813using (var storage = _ocxState.GetStorage()) 2828using (var propBag = _ocxState.GetPropBag()) 3399_ocxState?.Dispose();