2 references to CanPaste
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
481return gridView.CanPaste;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1205if (this.CanPaste && Edit.Visible) {