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