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