4 writes to CurrentMouseLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (4)
1100
CurrentMouseLocation
= FlagAreaNotSet;
2968
CurrentMouseLocation
= FlagAreaNotSet;
3986
CurrentMouseLocation
= FlagErrorArea;
3990
CurrentMouseLocation
= FlagDataArea;
6 references to CurrentMouseLocation
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2953
switch (
CurrentMouseLocation
)
2978
byte mouseLocation =
CurrentMouseLocation
;
2980
Debug.Assert(
CurrentMouseLocation
!= FlagAreaNotSet);
2984
if (
CurrentMouseLocation
== FlagDataArea)
2995
if (
CurrentMouseLocation
== FlagErrorArea)
3003
if (
CurrentMouseLocation
== FlagDataArea)