12 references to RemoveSelection
System.Windows.Forms (12)
System\Windows\Forms\Accessibility\AccessibleSelection.cs (1)
21/// <see cref="AddSelection"/>, or <see cref="RemoveSelection"/>.
System\Windows\Forms\Accessibility\AccessibleStates.cs (1)
171/// or <see cref="AccessibleSelection.RemoveSelection"/>. This flag does
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (2)
593if ((flags & AccessibleSelection.RemoveSelection) == AccessibleSelection.RemoveSelection &&
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (2)
231else if ((flags & AccessibleSelection.RemoveSelection) == AccessibleSelection.RemoveSelection)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (2)
442if ((flags & AccessibleSelection.RemoveSelection) == AccessibleSelection.RemoveSelection &&
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (2)
236else if ((flags & AccessibleSelection.RemoveSelection) == AccessibleSelection.RemoveSelection)
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (2)
238if ((flags & AccessibleSelection.RemoveSelection) == AccessibleSelection.RemoveSelection &&