4 instantiations of State
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1891
return new
State
(ms, _storageType, this);
1912
return new
State
(propBag);
2760
_ocxState = new
State
(this);
System\Windows\Forms\ActiveX\AxHost.StateConverter.cs (1)
31
return new
State
(ms);
7 references to State
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (5)
122
private
State
? _ocxState;
1804
/// <see cref="
State
"/> object. If the control has been modified since it was last saved to a persisted
1816
public
State
? OcxState
1859
private
State
? CreateNewOcxState(
State
? oldOcxState)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
255
internal unsafe
State
? RefreshStorage(IPersistStorage* iPersistStorage)
System\Windows\Forms\ActiveX\AxHost.StateConverter.cs (1)
49
if (value is not
State
state)