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