1 write to borderStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
172borderStyle = value;
3 references to borderStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (3)
162return borderStyle; 171if (borderStyle != value) { 246switch (borderStyle) {