7 references to StretchProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Image.cs (4)
93
/// <seealso cref="Image.
StretchProperty
" />
96
get { return (Stretch) GetValue(
StretchProperty
); }
97
set { SetValue(
StretchProperty
, value); }
401
StretchProperty
.OverrideMetadata(
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1161
Image.
StretchProperty
,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2977
DependencyProperty dp = System.Windows.Controls.Image.
StretchProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1833
return System.Windows.Controls.Image.
StretchProperty
;