3 writes to AutoSizeMode
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
323
this.btnClose.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
266
this.btnInstall.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
275
this.btnCancel.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
2 references to AutoSizeMode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Button.cs (2)
119
return
AutoSizeMode
== AutoSizeMode.GrowAndShrink ? prefSize : LayoutUtils.UnionSizes(prefSize, Size);
139
return
AutoSizeMode
== AutoSizeMode.GrowAndShrink ? paddedSize : LayoutUtils.UnionSizes(paddedSize, Size);