2 writes to borderStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
481this.borderStyle = defaultBorderStyle; 1422this.borderStyle = value;
2 references to borderStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
1410return this.borderStyle; 1418if (this.borderStyle != value)