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