3 writes to ocxState
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
2171
ocxState
= CreateNewOcxState(ocxState);
2189
this.
ocxState
= value;
3128
ocxState
= new State(this);
17 references to ocxState
System.Windows.Forms (17)
winforms\Managed\System\WinForms\AxHost.cs (17)
2169
if (IsDirty() ||
ocxState
== null) {
2171
ocxState = CreateNewOcxState(
ocxState
);
2173
return
ocxState
;
2186
if (this.
ocxState
== value)
2191
if (this.
ocxState
!= null) {
2192
this.axState[manualUpdate] =
ocxState
._GetManualUpdate();
2193
this.licenseKey =
ocxState
._GetLicenseKey();
2200
if (this.
ocxState
!= null && GetOcState() >= OC_RUNNING) {
3107
if (
ocxState
== null) {
3131
iPersistStorage.InitNew(
ocxState
.GetStorage());
3154
switch (
ocxState
.Type) {
3158
DepersistFromIStream(
ocxState
.GetStream());
3168
DepersistFromIStreamInit(
ocxState
.GetStream());
3176
ocxState
.Type = STG_STREAM;
3184
DepersistFromIStorage(
ocxState
.GetStorage());
3195
if (
ocxState
.GetPropBag() != null) {
3198
DepersistFromIPropertyBag(
ocxState
.GetPropBag());