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