2 implementations of OnClickHooked
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
283public bool OnClickHooked()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
161public bool OnClickHooked() => !PropertyGridView.CommitEditTextBox();
1 reference to OnClickHooked
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
187if (needCommit && _client.OnClickHooked())