3 implementations of CanModifyComponents
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (1)
491
bool IOleDragClient.
CanModifyComponents
System\Windows\Forms\Design\CompositionDesigner.cs (1)
42
bool IOleDragClient.
CanModifyComponents
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2459
bool IOleDragClient.
CanModifyComponents
3 references to CanModifyComponents
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
872
if (!Destination.
CanModifyComponents
)
899
&& Destination.
CanModifyComponents
)
956
&& Destination.
CanModifyComponents
;