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