1 write to strip
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.SizeProxy.cs (1)
15set { strip = value; }
5 references to strip
System.Windows.Forms (5)
System\Windows\Forms\Layout\TableLayout.MaxSizeProxy.cs (2)
12get { return strip.MaxSize; } 13set { strip.MaxSize = value; }
System\Windows\Forms\Layout\TableLayout.MinSizeProxy.cs (2)
12get { return strip.MinSize; } 13set { strip.MinSize = value; }
System\Windows\Forms\Layout\TableLayout.SizeProxy.cs (1)
14get { return strip; }