3 references to MaximumZoom
PresentationFramework (3)
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
2566
if (checkValue > DocumentViewerConstants.
MaximumZoom
)
2568
return DocumentViewerConstants.
MaximumZoom
;
2594
dv.SetValue(CanIncreaseZoomPropertyKey, newZoom < DocumentViewerConstants.
MaximumZoom
);