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