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