3 references to MinimumZoom
PresentationFramework (3)
System\Windows\Controls\DocumentViewer.cs (3)
2425if (checkValue < DocumentViewerConstants.MinimumZoom) 2427return DocumentViewerConstants.MinimumZoom; 2459dv.SetValue(CanDecreaseZoomPropertyKey, newZoom > DocumentViewerConstants.MinimumZoom);