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