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