8 references to StretchDirectionProperty
PresentationFramework (8)
System\Windows\Controls\Image.cs (2)
93
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
136
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (2)
289
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(MediaElement));
308
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
166
Viewbox.
StretchDirectionProperty
.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
277
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
280
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
281
set { SetValue(
StretchDirectionProperty
, value); }