3 references to CanIncreaseZoomPropertyKey
PresentationFramework (3)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (3)
600
public static readonly DependencyProperty CanIncreaseZoomProperty =
CanIncreaseZoomPropertyKey
.DependencyProperty;
1762
viewer.SetValue(
CanIncreaseZoomPropertyKey
, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.MaxZoom, viewer.Zoom)));
1801
viewer.SetValue(
CanIncreaseZoomPropertyKey
, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.MaxZoom, viewer.Zoom)));