3 implementations of GetDesignerControl
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (1)
540Control IOleDragClient.GetDesignerControl() => this;
System\Windows\Forms\Design\CompositionDesigner.cs (1)
57Control IOleDragClient.GetDesignerControl()
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2531Control IOleDragClient.GetDesignerControl()
6 references to GetDesignerControl
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\OleDragDropHandler.cs (6)
325Control parentControl = Destination.GetDesignerControl(); 457Control c = Destination.GetDesignerControl(); 754oldDesignerControl = Destination.GetDesignerControl(); 758Point dropPt = Destination.GetDesignerControl().PointToClient(new Point(de.X, de.Y)); 965Point convertedPoint = Destination.GetDesignerControl().PointToClient(new Point(de.X, de.Y)); 971if (!Destination.GetDesignerControl().ClientRectangle.Contains(convertedPoint))