4 references to ForegroundProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
119
DataGridHelper.SyncColumnProperty(this, e, TextElement.ForegroundProperty,
ForegroundProperty
);
147
DataGridHelper.SyncColumnProperty(this, textElement, TextElement.ForegroundProperty,
ForegroundProperty
);
397
get { return (Brush)GetValue(
ForegroundProperty
); }
398
set { SetValue(
ForegroundProperty
, value); }