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