2 references to CanIncreaseZoomPropertyKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
313public static readonly DependencyProperty CanIncreaseZoomProperty = CanIncreaseZoomPropertyKey.DependencyProperty; 1221SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom)));