6 references to StretchProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Image.cs (1)
142Viewbox.StretchProperty.AddOwner(typeof(Image));
src\Framework\System\Windows\Controls\MediaElement.cs (1)
294Viewbox.StretchProperty.AddOwner(typeof(MediaElement));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
162Viewbox.StretchProperty.AddOwner(
src\Framework\System\Windows\Controls\ViewBox.cs (3)
277/// <seealso cref="Viewbox.StretchProperty" /> 281get { return (Stretch)GetValue(StretchProperty); } 282set { SetValue(StretchProperty, value); }