8 references to StretchDirectionProperty
PresentationFramework (8)
System\Windows\Controls\Image.cs (2)
101
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
144
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(Image));
System\Windows\Controls\MediaElement.cs (2)
296
Viewbox.
StretchDirectionProperty
.AddOwner(typeof(MediaElement));
315
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
170
Viewbox.
StretchDirectionProperty
.AddOwner(
System\Windows\Controls\ViewBox.cs (3)
283
/// <seealso cref="Viewbox.
StretchDirectionProperty
" />
286
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
287
set { SetValue(
StretchDirectionProperty
, value); }