8 references to StretchDirectionProperty
PresentationFramework (8)
System\Windows\Controls\Image.cs (2)
101/// <seealso cref="Viewbox.StretchDirectionProperty" /> 144Viewbox.StretchDirectionProperty.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (2)
296Viewbox.StretchDirectionProperty.AddOwner(typeof(MediaElement)); 315/// <seealso cref="Viewbox.StretchDirectionProperty" />
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
170Viewbox.StretchDirectionProperty.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
283/// <seealso cref="Viewbox.StretchDirectionProperty" /> 286get { return (StretchDirection)GetValue(StretchDirectionProperty); } 287set { SetValue(StretchDirectionProperty, value); }