3 references to Style
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (3)
102
_resizeProp = TypeDescriptor.GetProperties(_tableGlyph.
Style
)[isColumn ? "Width" : "Height"];
124
int moveIndex = _styles.IndexOf(_tableGlyph.
Style
);
190
int moveIndex = _styles.IndexOf(_tableGlyph.
Style
);