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