Base:
property
ForeColor
System.Windows.Forms.TextBoxBase.ForeColor
4 references to ForeColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2447
InternalSetForeColor(
ForeColor
);
3109
if (
ForeColor
.IsSystemColor)
3111
InternalSetForeColor(
ForeColor
);
3422
InternalSetForeColor(
ForeColor
);