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