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