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