2 references to SelectionForeBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
1264return !SelectionForeBrush.Equals(DefaultSelectionForeBrush);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
685foreBrush = this.dgTable.IsDefault ? this.DataGrid.SelectionForeBrush : this.dgTable.SelectionForeBrush;