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