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