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