4 references to StretchDirectionProperty
PresentationFramework (4)
System\Windows\Controls\Image.cs (3)
96
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
97
set { SetValue(
StretchDirectionProperty
, value); }
396
StretchDirectionProperty
.OverrideMetadata(
System\Windows\Documents\TextSchema.cs (1)
1159
Image.
StretchDirectionProperty
,