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