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