6 references to StretchProperty
PresentationFramework (6)
System\Windows\Controls\Image.cs (1)
129Viewbox.StretchProperty.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (1)
282Viewbox.StretchProperty.AddOwner(typeof(MediaElement));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
156Viewbox.StretchProperty.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
263/// <seealso cref="Viewbox.StretchProperty" /> 267get { return (Stretch)GetValue(StretchProperty); } 268set { SetValue(StretchProperty, value); }