1 write to sizeMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
981sizeMode = value;
8 references to sizeMode
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PictureBox.cs (8)
433return ImageRectangleFromSizeMode(sizeMode); 963return sizeMode; 971if (this.sizeMode != value) { 1157if (sizeMode == PictureBoxSizeMode.AutoSize) { 1364if (sizeMode == PictureBoxSizeMode.Zoom || sizeMode == PictureBoxSizeMode.StretchImage || sizeMode == PictureBoxSizeMode.CenterImage || BackgroundImage != null) { 1389return s + ", SizeMode: " + sizeMode.ToString("G");