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