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)
593
if ((flags & AccessibleSelection.
RemoveSelection
) == AccessibleSelection.
RemoveSelection
&&
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (2)
231
else if ((flags & AccessibleSelection.
RemoveSelection
) == AccessibleSelection.
RemoveSelection
)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (2)
442
if ((flags & AccessibleSelection.
RemoveSelection
) == AccessibleSelection.
RemoveSelection
&&
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (2)
236
else if ((flags & AccessibleSelection.
RemoveSelection
) == AccessibleSelection.
RemoveSelection
)
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (2)
238
if ((flags & AccessibleSelection.
RemoveSelection
) == AccessibleSelection.
RemoveSelection
&&