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