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)
1823
if (IsDirty() ||
_ocxState
is null)
1826
_ocxState = CreateNewOcxState(
_ocxState
);
1829
return
_ocxState
;
1846
if (
_ocxState
== value)
1852
_axState[s_manualUpdate] =
_ocxState
.ManualUpdate;
1853
_licenseKey =
_ocxState
.LicenseKey;
2742
if (
_ocxState
is null)
2764
using var storage =
_ocxState
.GetStorage();
2782
switch (
_ocxState
.Type)
2785
using (var stream =
_ocxState
.GetStream())
2798
using (var stream =
_ocxState
.GetStream())
2808
_ocxState
.Type = StorageType.Stream;
2816
using (var storage =
_ocxState
.GetStorage())
2831
using (var propBag =
_ocxState
.GetPropBag())
3402
_ocxState
?.Dispose();