8 references to StretchDirectionProperty
PresentationFramework (8)
System\Windows\Controls\Image.cs (2)
93/// <seealso cref="Viewbox.StretchDirectionProperty" /> 136Viewbox.StretchDirectionProperty.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (2)
289Viewbox.StretchDirectionProperty.AddOwner(typeof(MediaElement)); 308/// <seealso cref="Viewbox.StretchDirectionProperty" />
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
166Viewbox.StretchDirectionProperty.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
277/// <seealso cref="Viewbox.StretchDirectionProperty" /> 280get { return (StretchDirection)GetValue(StretchDirectionProperty); } 281set { SetValue(StretchDirectionProperty, value); }