5 references to StretchDirectionProperty
PresentationFramework (5)
System\Windows\Controls\Image.cs (1)
135
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (1)
288
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(MediaElement));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
165
Viewbox.
StretchDirectionProperty
.AddOwner(
System\Windows\Controls\ViewBox.cs (2)
279
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
280
set { SetValue(
StretchDirectionProperty
, value); }