4 instantiations of State
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2243
return new
State
(ms, storageType, this, propBag);
2246
return new
State
(propBag);
3128
ocxState = new
State
(this);
6518
return new
State
(ms);
7 references to State
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (7)
201
private
State
ocxState;
2167
public
State
OcxState {
2206
private
State
CreateNewOcxState(
State
oldOcxState) {
6541
State
state = (
State
)value;
6781
internal
State
RefreshStorage(UnsafeNativeMethods.IPersistStorage iPersistStorage) {