2 references to VerticalPageSpacingProperty
PresentationFramework (2)
System\Windows\Controls\DocumentViewer.cs (2)
651
get { return (double) GetValue(
VerticalPageSpacingProperty
); }
652
set { SetValue(
VerticalPageSpacingProperty
, value); }