3 references to CanCopy
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
469return gridView.CanCopy;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
250return CanCopy && selectedGridEntry.IsTextEditable; 1184if (this.CanCopy) {