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