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