2 references to FontFamilyProperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
219get { return (FontFamily) GetValue(FontFamilyProperty); } 220set { SetValue(FontFamilyProperty, value); }