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