6 references to FontStretchProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
748
get { return (FontStretch) GetValue(
FontStretchProperty
); }
749
set { SetValue(
FontStretchProperty
, value); }
761
element.SetValue(
FontStretchProperty
, value);
772
return (FontStretch)element.GetValue(
FontStretchProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3484
DependencyProperty dp = System.Windows.Controls.TextBlock.
FontStretchProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1896
return System.Windows.Controls.TextBlock.
FontStretchProperty
;