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