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