2 references to FontFamilyProperty
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
462
get { return (FontFamily) GetValue(
FontFamilyProperty
); }
463
set { SetValue(
FontFamilyProperty
, value); }