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