2 writes to mouseInContentBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
1014mouseInContentBounds = false; 1040mouseInContentBounds = GetContentBounds(e.RowIndex).Contains(e.X, e.Y);
9 references to mouseInContentBounds
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (9)
997if (e.Button == MouseButtons.Left && mouseInContentBounds) 1012if (mouseInContentBounds) 1039bool oldMouseInContentBounds = mouseInContentBounds; 1041if (oldMouseInContentBounds != mouseInContentBounds) 1053mouseInContentBounds && 1058else if ((this.ButtonState & ButtonState.Pushed) != 0 && !mouseInContentBounds) 1262mouseInContentBounds); 1377mouseInContentBounds) 1515mouseInContentBounds)