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