8 references to StretchDirectionProperty
PresentationFramework (8)
System\Windows\Controls\Image.cs (2)
92/// <seealso cref="Viewbox.StretchDirectionProperty" /> 135Viewbox.StretchDirectionProperty.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (2)
288Viewbox.StretchDirectionProperty.AddOwner(typeof(MediaElement)); 307/// <seealso cref="Viewbox.StretchDirectionProperty" />
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
165Viewbox.StretchDirectionProperty.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
276/// <seealso cref="Viewbox.StretchDirectionProperty" /> 279get { return (StretchDirection)GetValue(StretchDirectionProperty); } 280set { SetValue(StretchDirectionProperty, value); }