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