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