6 references to FontStyleProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextBlock.cs (4)
710
get { return (FontStyle) GetValue(
FontStyleProperty
); }
711
set { SetValue(
FontStyleProperty
, value); }
726
element.SetValue(
FontStyleProperty
, value);
740
return (FontStyle)element.GetValue(
FontStyleProperty
);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3495
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontStyleProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1897
return System.Windows.Controls.TextBlock.
FontStyleProperty
;