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