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