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