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