4 references to FontFamilyProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
112DataGridHelper.SyncColumnProperty(this, e, TextElement.FontFamilyProperty, FontFamilyProperty); 132DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontFamilyProperty, FontFamilyProperty); 308get { return (FontFamily)GetValue(FontFamilyProperty); } 309set { SetValue(FontFamilyProperty, value); }