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