6 references to StretchProperty
PresentationFramework (6)
System\Windows\Controls\Image.cs (1)
137Viewbox.StretchProperty.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (1)
289Viewbox.StretchProperty.AddOwner(typeof(MediaElement));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
160Viewbox.StretchProperty.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
269/// <seealso cref="Viewbox.StretchProperty" /> 273get { return (Stretch)GetValue(StretchProperty); } 274set { SetValue(StretchProperty, value); }