2 writes to mouseInContentBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (2)
582mouseInContentBounds = false; 608mouseInContentBounds = GetContentBounds(e.RowIndex).Contains(e.X, e.Y);
9 references to mouseInContentBounds
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (9)
565if (e.Button == MouseButtons.Left && mouseInContentBounds) 580if (mouseInContentBounds) 607bool oldMouseInContentBounds = mouseInContentBounds; 609if (oldMouseInContentBounds != mouseInContentBounds) 621mouseInContentBounds && 626else if ((this.ButtonState & ButtonState.Pushed) != 0 && !mouseInContentBounds) 772mouseInContentBounds) 845mouseInContentBounds) 889mouseInContentBounds)