8 references to StretchDirectionProperty
PresentationFramework (8)
System\Windows\Controls\Image.cs (2)
92
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
135
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (2)
288
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(MediaElement));
307
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
165
Viewbox.
StretchDirectionProperty
.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
276
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
279
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
280
set { SetValue(
StretchDirectionProperty
, value); }