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