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