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