2 writes to s_mouseInContentBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
883s_mouseInContentBounds = false; 908s_mouseInContentBounds = GetContentBounds(e.RowIndex).Contains(e.X, e.Y);
9 references to s_mouseInContentBounds
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (9)
867if (e.Button == MouseButtons.Left && s_mouseInContentBounds) 881if (s_mouseInContentBounds) 907bool oldMouseInContentBounds = s_mouseInContentBounds; 909if (oldMouseInContentBounds != s_mouseInContentBounds) 921s_mouseInContentBounds && 926else if (ButtonState.HasFlag(ButtonState.Pushed) && !s_mouseInContentBounds) 1169&& s_mouseInContentBounds); 1303s_mouseInContentBounds) 1445&& s_mouseInContentBounds)