6 references to FontStretchProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
758
get { return (FontStretch) GetValue(
FontStretchProperty
); }
759
set { SetValue(
FontStretchProperty
, value); }
771
element.SetValue(
FontStretchProperty
, value);
782
return (FontStretch)element.GetValue(
FontStretchProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3486
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontStretchProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1896
return System.Windows.Controls.TextBlock.
FontStretchProperty
;