4 writes to CurrentMouseLocation
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCell.cs (4)
1371
this.
CurrentMouseLocation
= DATAGRIDVIEWCELL_flagAreaNotSet;
3398
this.
CurrentMouseLocation
= DATAGRIDVIEWCELL_flagAreaNotSet;
4730
this.
CurrentMouseLocation
= DATAGRIDVIEWCELL_flagErrorArea;
4734
this.
CurrentMouseLocation
= DATAGRIDVIEWCELL_flagDataArea;
6 references to CurrentMouseLocation
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
3381
switch (this.
CurrentMouseLocation
)
3409
byte mouseLocation = this.
CurrentMouseLocation
;
3411
Debug.Assert(this.
CurrentMouseLocation
!= DATAGRIDVIEWCELL_flagAreaNotSet);
3415
if (this.
CurrentMouseLocation
== DATAGRIDVIEWCELL_flagDataArea)
3425
if (this.
CurrentMouseLocation
== DATAGRIDVIEWCELL_flagErrorArea)
3432
if (this.
CurrentMouseLocation
== DATAGRIDVIEWCELL_flagDataArea)