1 write to selectionForeBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
1251selectionForeBrush = new SolidBrush(value);
3 references to selectionForeBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (3)
1213return this.selectionForeBrush; 1245return selectionForeBrush.Color; 1250if (!value.Equals(selectionForeBrush.Color)) {