6 references to StretchProperty
PresentationFramework (6)
System\Windows\Controls\Image.cs (3)
82
get { return (Stretch) GetValue(
StretchProperty
); }
83
set { SetValue(
StretchProperty
, value); }
387
StretchProperty
.OverrideMetadata(
System\Windows\Documents\TextSchema.cs (1)
1152
Image.
StretchProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3090
DependencyProperty dp = System.Windows.Controls.Image.
StretchProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1825
return System.Windows.Controls.Image.
StretchProperty
;