2 references to CanPaste
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
388
private bool CanPaste => _gridView.
CanPaste
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1034
if (!
CanPaste
|| !EditTextBox.Visible)