Home
last modified time | relevance | path

Searched refs:OnEnterInternal (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridViewCell.cs1092 internal void OnEnterInternal (int rowIndex, bool throughMouseClick) { in OnEnterInternal() method in System.Windows.Forms.DataGridViewCell
H A DDataGridView.cs3625 cell.OnEnterInternal (e.RowIndex, true); in OnCellEnter()