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