10 references to CurrentPanel
System.Windows.Forms.Design (10)
System\ComponentModel\Design\DesignerActionUI.cs (2)
337DesignerActionPanel? dap = _designerActionHost.CurrentPanel; // WE DO NOT RECREATE THE WHOLE THING / WE UPDATE THE TASKS - should flicker less 739_designerActionKeyboardBehavior = new DesignerActionKeyboardBehavior(_designerActionHost.CurrentPanel, _serviceProvider, _behaviorService);
System\ComponentModel\Design\DesignerActionUI.DesignerActionToolStripDropDown.cs (8)
33if (CurrentPanel is not null) 35Size panelSize = CurrentPanel.GetPreferredSize(new Size(150, int.MaxValue)); 36if (CurrentPanel.Size == panelSize) 42CurrentPanel.PerformLayout(); 46CurrentPanel.Size = panelSize; 63if (CurrentPanel is not null && CurrentPanel.Handle == focusedControl) 65CurrentPanel.SelectNextControl(null, true, true, true, true);