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