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