6 references to FontFamilyProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
631
get { return (FontFamily) GetValue(
FontFamilyProperty
); }
632
set { SetValue(
FontFamilyProperty
, value); }
644
element.SetValue(
FontFamilyProperty
, value);
655
return (FontFamily)element.GetValue(
FontFamilyProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3450
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontFamilyProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1892
return System.Windows.Controls.TextBlock.
FontFamilyProperty
;