4 references to StretchDirectionProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\Image.cs (3)
109
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
110
set { SetValue(
StretchDirectionProperty
, value); }
409
StretchDirectionProperty
.OverrideMetadata(
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1162
Image.
StretchDirectionProperty
,