1 instantiation of ControlInformation
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
13
private static ControlInformation s_defaultControlInfo =
new
(null, -1, -1, 1, 1);
16 references to ControlInformation
System.Windows.Forms (16)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (3)
489
internal List<
ControlInformation
> GetControlsInformation()
497
List<
ControlInformation
> controlsInfo = new(Owner!.Children.Count);
508
ControlInformation
controlInfo = default;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (12)
13
private static
ControlInformation
s_defaultControlInfo = new(null, -1, -1, 1, 1);
16
private Dictionary<object,
ControlInformation
>? _controlsInfo;
39
ControlInformation
controlInfo = _controlsInfo[controlName];
81
internal List<
ControlInformation
> GetControlsInformation()
88
List<
ControlInformation
> listOfControlInfo = new(_controlsInfo.Count);
91
ControlInformation
ci = _controlsInfo[name];
99
private
ControlInformation
GetControlInformation(object controlName)
117
private void SetControlInformation(object controlName,
ControlInformation
info)
127
ControlInformation
info = GetControlInformation(controlName);
137
ControlInformation
info = GetControlInformation(controlName);
147
ControlInformation
info = GetControlInformation(controlName);
157
ControlInformation
info = GetControlInformation(controlName);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
74
foreach (TableLayoutSettings.
ControlInformation
c in tableLayoutSettings.GetControlsInformation())