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