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)
1822
if (IsDirty() ||
_ocxState
is null)
1825
_ocxState = CreateNewOcxState(
_ocxState
);
1828
return
_ocxState
;
1845
if (
_ocxState
== value)
1851
_axState[s_manualUpdate] =
_ocxState
.ManualUpdate;
1852
_licenseKey =
_ocxState
.LicenseKey;
2741
if (
_ocxState
is null)
2763
using var storage =
_ocxState
.GetStorage();
2781
switch (
_ocxState
.Type)
2784
using (var stream =
_ocxState
.GetStream())
2797
using (var stream =
_ocxState
.GetStream())
2807
_ocxState
.Type = StorageType.Stream;
2815
using (var storage =
_ocxState
.GetStorage())
2830
using (var propBag =
_ocxState
.GetPropBag())
3400
_ocxState
?.Dispose();