4 references to FontWeightProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
118DataGridHelper.SyncColumnProperty(this, e, TextElement.FontWeightProperty, FontWeightProperty); 144DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontWeightProperty, FontWeightProperty); 376get { return (FontWeight)GetValue(FontWeightProperty); } 377set { SetValue(FontWeightProperty, value); }