1 write to _hostedControl
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
20_hostedControl = hostedControl;
5 references to _hostedControl
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (5)
36int width = Math.Max(_hostedControl.Width, SystemInformation.MinimumWindowSize.Width); 37int height = Math.Max(_hostedControl.Height, SystemInformation.MinimizedWindowSize.Height); 46_hostedControl.Dock = DockStyle.Fill; 79if (_hostedControl is not null && Visible) 81_hostedControl.Focus();