8 references to FontStretchProperty
PresentationFramework (8)
src\Framework\System\Windows\Controls\Control.cs (2)
232
get { return (FontStretch) GetValue(
FontStretchProperty
); }
233
set { SetValue(
FontStretchProperty
, value); }
src\Framework\System\Windows\Controls\StickyNote.cs (4)
148
FontStretchProperty
.OverrideMetadata(owner, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnFontPropertyChanged)));
1484
innerControl.SetValue(
FontStretchProperty
, GetValue(
FontStretchProperty
));
1530
innerControl.ClearValue(
FontStretchProperty
);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2187
DependencyProperty dp = System.Windows.Controls.Control.
FontStretchProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1739
return System.Windows.Controls.Control.
FontStretchProperty
;