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