2 references to StretchDirectionProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
133
get { return (StretchDirection)GetValue(
StretchDirectionProperty
); }
134
set { SetValue(
StretchDirectionProperty
, value); }