2 writes to _resizeProp
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (2)
102_resizeProp = TypeDescriptor.GetProperties(_tableGlyph.Style)[isColumn ? "Width" : "Height"]; 402_resizeProp = null;
1 reference to _resizeProp
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
103Debug.Assert(_resizeProp is not null, "Unable to get the resize property for tableGlyph's Style");