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)
103
Debug.Assert(
_resizeProp
is not null, "Unable to get the resize property for tableGlyph's Style");