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