4 references to ForegroundProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
115
DataGridHelper.SyncColumnProperty(this, e, TextElement.ForegroundProperty,
ForegroundProperty
);
143
DataGridHelper.SyncColumnProperty(this, textElement, TextElement.ForegroundProperty,
ForegroundProperty
);
393
get { return (Brush)GetValue(
ForegroundProperty
); }
394
set { SetValue(
ForegroundProperty
, value); }