2 references to StretchProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
130get { return (Stretch)GetValue(StretchProperty); } 131set { SetValue(StretchProperty, value); }