8 references to StretchDirectionProperty
PresentationFramework (8)
src\Framework\System\Windows\Controls\Image.cs (2)
106/// <seealso cref="Viewbox.StretchDirectionProperty" /> 149Viewbox.StretchDirectionProperty.AddOwner(typeof(Image));
src\Framework\System\Windows\Controls\MediaElement.cs (2)
301Viewbox.StretchDirectionProperty.AddOwner(typeof(MediaElement)); 320/// <seealso cref="Viewbox.StretchDirectionProperty" />
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
172Viewbox.StretchDirectionProperty.AddOwner(
src\Framework\System\Windows\Controls\ViewBox.cs (3)
291/// <seealso cref="Viewbox.StretchDirectionProperty" /> 294get { return (StretchDirection)GetValue(StretchDirectionProperty); } 295set { SetValue(StretchDirectionProperty, value); }