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