7 references to StretchProperty
PresentationFramework (7)
System\Windows\Controls\Image.cs (4)
80
/// <seealso cref="Image.
StretchProperty
" />
83
get { return (Stretch) GetValue(
StretchProperty
); }
84
set { SetValue(
StretchProperty
, value); }
388
StretchProperty
.OverrideMetadata(
System\Windows\Documents\TextSchema.cs (1)
1158
Image.
StretchProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2983
DependencyProperty dp = System.Windows.Controls.Image.
StretchProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1832
return System.Windows.Controls.Image.
StretchProperty
;