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