5 references to StretchProperty
PresentationFramework (5)
System\Windows\Controls\Image.cs (1)
128
Viewbox.
StretchProperty
.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (1)
281
Viewbox.
StretchProperty
.AddOwner(typeof(MediaElement));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
155
Viewbox.
StretchProperty
.AddOwner(
System\Windows\Controls\ViewBox.cs (2)
266
get { return (Stretch)GetValue(
StretchProperty
); }
267
set { SetValue(
StretchProperty
, value); }