Home
last modified time | relevance | path

Searched refs:DataGridSelectionForeColor (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridTableStyle.cs59 …te static readonly Color def_selection_forecolor = ThemeEngine.Current.DataGridSelectionForeColor;
H A DTheme.cs762 public abstract Color DataGridSelectionForeColor { get; } property in System.Windows.Forms.Theme
H A DThemeWin32Classic.cs1701 public override Color DataGridSelectionForeColor { get { return ColorActiveCaptionText;} } property in System.Windows.Forms.ThemeWin32Classic