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