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