1 write to _tableGlyph
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
92_tableGlyph = g as TableLayoutPanelResizeGlyph;
6 references to _tableGlyph
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (6)
98bool isColumn = _tableGlyph.Type == TableLayoutPanelResizeGlyph.TableLayoutResizeType.Column; 102_resizeProp = TypeDescriptor.GetProperties(_tableGlyph.Style)[isColumn ? "Width" : "Height"]; 124int moveIndex = _styles.IndexOf(_tableGlyph.Style); 179if (_tableGlyph is not null) 181ret = _tableGlyph.Type == TableLayoutPanelResizeGlyph.TableLayoutResizeType.Column; 190int moveIndex = _styles.IndexOf(_tableGlyph.Style);