Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
10 references to AutoSize
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolBar.cs (10)
141SetStyle(ControlStyles.FixedHeight, AutoSize); 202if (AutoSize != value) { 205SetStyle(ControlStyles.FixedWidth, AutoSize); 209SetStyle(ControlStyles.FixedHeight, AutoSize); 531SetStyle(ControlStyles.FixedWidth, AutoSize); 535SetStyle(ControlStyles.FixedHeight, AutoSize); 1024Width = AutoSize ? PreferredWidth : saveSize; 1027Height = AutoSize ? PreferredHeight : saveSize; 1458if (AutoSize) width = PreferredWidth; 1468if (AutoSize) height = PreferredHeight;