6 references to FontFamilyProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
629
get { return (FontFamily) GetValue(
FontFamilyProperty
); }
630
set { SetValue(
FontFamilyProperty
, value); }
642
element.SetValue(
FontFamilyProperty
, value);
653
return (FontFamily)element.GetValue(
FontFamilyProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3594
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontFamilyProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1886
return System.Windows.Controls.TextBlock.
FontFamilyProperty
;