2 references to MaxPagesAcrossProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
641get { return (int) GetValue(MaxPagesAcrossProperty); } 642set { SetValue(MaxPagesAcrossProperty, value); }