4 writes to ctlInEditMode
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
6004ctlInEditMode = null; 6024ctlInEditMode = null; 6049ctlInEditMode = null; 6054ctlInEditMode = ctl;
10 references to ctlInEditMode
System.Windows.Forms (10)
winforms\Managed\System\WinForms\AxHost.cs (10)
6002Debug.Assert(ctlInEditMode == null || ctlInEditMode == ctl, "who is exiting edit mode?"); 6003if (ctlInEditMode == null || ctlInEditMode != ctl) return; 6022if (ctlInEditMode != null) { 6023ctlInEditMode.editMode = EDITM_NONE; 6041if (ctlInEditMode != null) { 6042Debug.Fail("control " + ctlInEditMode.ToString() + " did not reset its edit mode to null"); 6043ctlInEditMode.SetSelectionStyle(1); 6044ctlInEditMode.editMode = EDITM_NONE;