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