3 references to GetTrayControlFromComponent
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUI.cs (1)
195
ComponentTray.TrayControl trayControl = ComponentTray.
GetTrayControlFromComponent
(comp);
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
147
ComponentTray.TrayControl trayControl = ComponentTray.
GetTrayControlFromComponent
(relatedComponent);
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (1)
129
ComponentTray.TrayControl? trayControl = ComponentTray.
GetTrayControlFromComponent
(component);