4 writes to CurrentMouseLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (4)
1092
CurrentMouseLocation
= FlagAreaNotSet;
2957
CurrentMouseLocation
= FlagAreaNotSet;
3975
CurrentMouseLocation
= FlagErrorArea;
3979
CurrentMouseLocation
= FlagDataArea;
6 references to CurrentMouseLocation
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2942
switch (
CurrentMouseLocation
)
2967
byte mouseLocation =
CurrentMouseLocation
;
2969
Debug.Assert(
CurrentMouseLocation
!= FlagAreaNotSet);
2973
if (
CurrentMouseLocation
== FlagDataArea)
2984
if (
CurrentMouseLocation
== FlagErrorArea)
2992
if (
CurrentMouseLocation
== FlagDataArea)