5 references to StretchDirectionProperty
PresentationFramework (5)
System\Windows\Controls\Image.cs (1)
135Viewbox.StretchDirectionProperty.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (1)
288Viewbox.StretchDirectionProperty.AddOwner(typeof(MediaElement));
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
165Viewbox.StretchDirectionProperty.AddOwner(
System\Windows\Controls\ViewBox.cs (2)
279get { return (StretchDirection)GetValue(StretchDirectionProperty); } 280set { SetValue(StretchDirectionProperty, value); }