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