4 overrides of MouseLeaveUnsharesRow
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
448
protected override bool
MouseLeaveUnsharesRow
(int rowIndex) =>
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
770
protected override bool
MouseLeaveUnsharesRow
(int rowIndex) => ButtonState.HasFlag(ButtonState.Pushed);
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
437
protected override bool
MouseLeaveUnsharesRow
(int rowIndex) =>
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
695
protected override bool
MouseLeaveUnsharesRow
(int rowIndex) =>
2 references to MouseLeaveUnsharesRow
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2687
MouseLeaveUnsharesRow
(rowIndex);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6637
public new bool MouseLeaveUnsharesRow(int rowIndex) => base.
MouseLeaveUnsharesRow
(rowIndex);