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