1 write to Owner
System.Windows.Forms (1)
System\Windows\Forms\Layout\LayoutSettings.cs (1)
16
Owner
= owner;
27 references to Owner
System.Windows.Forms (27)
System\Windows\Forms\Panels\FlowLayoutSettings.cs (4)
24
get => FlowLayout.GetFlowDirection(
Owner
!);
27
FlowLayout.SetFlowDirection(
Owner
!, value);
37
get => FlowLayout.GetWrapContents(
Owner
!);
40
FlowLayout.SetWrapContents(
Owner
!, value);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (22)
75
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
77
LayoutTransaction.DoLayout(
Owner
,
Owner
, PropertyNames.CellBorderStyle);
83
internal int CellBorderWidth => TableLayout.GetContainerInfo(
Owner
!).CellBorderWidth;
97
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
104
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
106
LayoutTransaction.DoLayout(
Owner
,
Owner
, PropertyNames.Columns);
123
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
130
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
132
LayoutTransaction.DoLayout(
Owner
,
Owner
, PropertyNames.Rows);
150
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
169
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
185
get => TableLayout.GetContainerInfo(
Owner
!).GrowStyle;
192
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(
Owner
!);
196
LayoutTransaction.DoLayout(
Owner
,
Owner
, PropertyNames.GrowStyle);
457
return TableLayout.GetControlFromPosition(
Owner
!, column, row);
462
return TableLayout.GetPositionFromControl(
Owner
, element);
497
List<ControlInformation> controlsInfo = new(
Owner
!.Children.Count);
504
foreach (IArrangedElement element in
Owner
.Children)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
32
TableLayout.ContainerInfo containerInfo = TableLayout.GetContainerInfo(settings.
Owner
!);