6 references to FontFamilyProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
641
get { return (FontFamily) GetValue(
FontFamilyProperty
); }
642
set { SetValue(
FontFamilyProperty
, value); }
654
element.SetValue(
FontFamilyProperty
, value);
665
return (FontFamily)element.GetValue(
FontFamilyProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3452
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontFamilyProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1892
return System.Windows.Controls.TextBlock.
FontFamilyProperty
;