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