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