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)
98
bool isColumn =
_tableGlyph
.Type == TableLayoutPanelResizeGlyph.TableLayoutResizeType.Column;
102
_resizeProp = TypeDescriptor.GetProperties(
_tableGlyph
.Style)[isColumn ? "Width" : "Height"];
124
int moveIndex = _styles.IndexOf(
_tableGlyph
.Style);
179
if (
_tableGlyph
is not null)
181
ret =
_tableGlyph
.Type == TableLayoutPanelResizeGlyph.TableLayoutResizeType.Column;
190
int moveIndex = _styles.IndexOf(
_tableGlyph
.Style);