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)
1820
if (IsDirty() ||
_ocxState
is null)
1823
_ocxState = CreateNewOcxState(
_ocxState
);
1826
return
_ocxState
;
1843
if (
_ocxState
== value)
1849
_axState[s_manualUpdate] =
_ocxState
.ManualUpdate;
1850
_licenseKey =
_ocxState
.LicenseKey;
2739
if (
_ocxState
is null)
2761
using var storage =
_ocxState
.GetStorage();
2779
switch (
_ocxState
.Type)
2782
using (var stream =
_ocxState
.GetStream())
2795
using (var stream =
_ocxState
.GetStream())
2805
_ocxState
.Type = StorageType.Stream;
2813
using (var storage =
_ocxState
.GetStorage())
2828
using (var propBag =
_ocxState
.GetPropBag())
3399
_ocxState
?.Dispose();