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