1 instantiation of TableLayoutPanelBehavior
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
53
private TableLayoutPanelBehavior Behavior => _tlpBehavior ??= new
TableLayoutPanelBehavior
(Table, this, Component.Site);
2 references to TableLayoutPanelBehavior
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
20
private
TableLayoutPanelBehavior
_tlpBehavior; // every resize col/row glyph is associated with this instance of behavior
53
private
TableLayoutPanelBehavior
Behavior => _tlpBehavior ??= new TableLayoutPanelBehavior(Table, this, Component.Site);