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