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