8 references to ContainerControl
System.Windows.Forms (8)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
84=> this.TryGetOwnerAs(out Control? owner) && owner.GetStyle(ControlStyles.ContainerControl)
System\Windows\Forms\Control.cs (4)
1408if (GetStyle(ControlStyles.ContainerControl)) 5343return ((ctl._controlStyle & ControlStyles.ContainerControl) == ControlStyles.ContainerControl && ctl is IContainerControl); 10565return GetStyle(ControlStyles.ContainerControl);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
33SetStyle(ControlStyles.ContainerControl, true); 197SetStyle(ControlStyles.ContainerControl, true);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
60SetStyle(ControlStyles.ContainerControl, true);