3 references to MinimumZoom
PresentationFramework (3)
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
2561if (checkValue < DocumentViewerConstants.MinimumZoom) 2563return DocumentViewerConstants.MinimumZoom; 2595dv.SetValue(CanDecreaseZoomPropertyKey, newZoom > DocumentViewerConstants.MinimumZoom);