Home
last modified time | relevance | path

Searched refs:selectionForeColor (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 DDataGridViewCellStyle.cs48 private Color selectionForeColor; field in System.Windows.Forms.DataGridViewCellStyle
63 selectionForeColor = Color.Empty; in DataGridViewCellStyle()
80 this.selectionForeColor = dataGridViewCellStyle.selectionForeColor; in DataGridViewCellStyle()
228 get { return selectionForeColor; }
230 if (selectionForeColor != value) {
231 selectionForeColor = value;
286 if (dataGridViewCellStyle.selectionForeColor != Color.Empty) in ApplyStyle()
287 this.selectionForeColor = dataGridViewCellStyle.selectionForeColor; in ApplyStyle()
318 this.selectionForeColor == o_aux.selectionForeColor && in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DThemes.cs1987 private Color selectionForeColor = Color.Blue; field in System.Workflow.ComponentModel.Design.AmbientTheme
2343 return this.selectionForeColor;
2351 this.selectionForeColor = value;
2929 this.selectionForegroundPen = new Pen(this.selectionForeColor, 1);
2941 this.selectionForegroundBrush = new SolidBrush(this.selectionForeColor);
H A DThemes.cs.back1987 private Color selectionForeColor = Color.Blue;
2343 return this.selectionForeColor;
2351 this.selectionForeColor = value;
2929 this.selectionForegroundPen = new Pen(this.selectionForeColor, 1);
2941 this.selectionForegroundBrush = new SolidBrush(this.selectionForeColor);