3 implementations of CanModifyComponents
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (1)
40
bool IOleDragClient.
CanModifyComponents
System\Windows\Forms\Design\ComponentTray.cs (1)
491
bool IOleDragClient.
CanModifyComponents
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2459
bool IOleDragClient.
CanModifyComponents
4 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
;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\OleDragDropHandlerTests.cs (1)
126
_clientMock.Setup(client => client.
CanModifyComponents
).Returns(false);