Home
last modified time | relevance | path

Searched refs:DataGridViewHeaderCellHasHotStyle (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTheme.cs792 public abstract bool DataGridViewHeaderCellHasHotStyle (DataGridView dataGridView); in DataGridViewHeaderCellHasHotStyle() method in System.Windows.Forms.Theme
H A DThemeVisualStyles.cs597 public override bool DataGridViewHeaderCellHasHotStyle (DataGridView dataGridView) in DataGridViewHeaderCellHasHotStyle() method in System.Windows.Forms.ThemeVisualStyles
602 return base.DataGridViewHeaderCellHasHotStyle (dataGridView); in DataGridViewHeaderCellHasHotStyle()
H A DDataGridView.cs825 if (ThemeEngine.Current.DataGridViewHeaderCellHasHotStyle (this)) {
H A DThemeWin32Classic.cs2358 public override bool DataGridViewHeaderCellHasHotStyle (DataGridView dataGridView) in DataGridViewHeaderCellHasHotStyle() method in System.Windows.Forms.ThemeWin32Classic