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