3 references to MaximumZoom
PresentationFramework (3)
System\Windows\Controls\DocumentViewer.cs (3)
2495
if (checkValue > DocumentViewerConstants.
MaximumZoom
)
2497
return DocumentViewerConstants.
MaximumZoom
;
2523
dv.SetValue(CanIncreaseZoomPropertyKey, newZoom < DocumentViewerConstants.
MaximumZoom
);