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