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