6 references to FontStretchProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
746
get { return (FontStretch) GetValue(
FontStretchProperty
); }
747
set { SetValue(
FontStretchProperty
, value); }
759
element.SetValue(
FontStretchProperty
, value);
770
return (FontStretch)element.GetValue(
FontStretchProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3632
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontStretchProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1890
return System.Windows.Controls.TextBlock.
FontStretchProperty
;