2 instantiations of ControlInformation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
452
ControlInformation controlInfo = new
ControlInformation
();
498
private static ControlInformation DefaultControlInfo = new
ControlInformation
(null, -1, -1, 1, 1);
20 references to ControlInformation
System.Windows.Forms (20)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (19)
442
internal List<
ControlInformation
> GetControlsInformation() {
447
List<
ControlInformation
> controlsInfo = new List<
ControlInformation
>(Owner.Children.Count);
452
ControlInformation
controlInfo = new ControlInformation();
498
private static
ControlInformation
DefaultControlInfo = new ControlInformation(null, -1, -1, 1, 1);
501
private Dictionary<object,
ControlInformation
> controlsInfo;
525
ControlInformation
controlInfo = controlsInfo[controlName];
591
internal List<
ControlInformation
> GetControlsInformation() {
594
return new List<
ControlInformation
>();
597
List<
ControlInformation
> listOfControlInfo = new List<
ControlInformation
>(controlsInfo.Count);
599
ControlInformation
ci = controlsInfo[name];
606
private
ControlInformation
GetControlInformation(object controlName) {
631
private void SetControlInformation(object controlName,
ControlInformation
info) {
633
controlsInfo = new Dictionary<object,
ControlInformation
>();
640
ControlInformation
info = GetControlInformation(controlName);
648
ControlInformation
info = GetControlInformation(controlName);
655
ControlInformation
info = GetControlInformation(controlName);
662
ControlInformation
info = GetControlInformation(controlName);
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
83
foreach (TableLayoutSettings.
ControlInformation
c in tableLayoutSettings.GetControlsInformation()) {