6 references to StretchProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Image.cs (1)
142
Viewbox.
StretchProperty
.AddOwner(typeof(Image));
src\Framework\System\Windows\Controls\MediaElement.cs (1)
294
Viewbox.
StretchProperty
.AddOwner(typeof(MediaElement));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
162
Viewbox.
StretchProperty
.AddOwner(
src\Framework\System\Windows\Controls\ViewBox.cs (3)
277
/// <seealso cref="Viewbox.
StretchProperty
" />
281
get { return (Stretch)GetValue(
StretchProperty
); }
282
set { SetValue(
StretchProperty
, value); }