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