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