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