3 references to CanCopy
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
384
private bool CanCopy => _gridView.
CanCopy
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
163
public bool CanCut =>
CanCopy
&& _selectedGridEntry is not null && _selectedGridEntry.IsTextEditable;
1007
if (
CanCopy
)