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