4 references to FontWeightProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
115DataGridHelper.SyncColumnProperty(this, e, TextElement.FontWeightProperty, FontWeightProperty); 141DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontWeightProperty, FontWeightProperty); 373get { return (FontWeight)GetValue(FontWeightProperty); } 374set { SetValue(FontWeightProperty, value); }