4 references to FontFamilyProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
115DataGridHelper.SyncColumnProperty(this, e, TextElement.FontFamilyProperty, FontFamilyProperty); 135DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontFamilyProperty, FontFamilyProperty); 311get { return (FontFamily)GetValue(FontFamilyProperty); } 312set { SetValue(FontFamilyProperty, value); }