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