3 references to CanIncreaseZoomPropertyKey
PresentationFramework (3)
System\Windows\Controls\FlowDocumentReader.cs (3)
599
public static readonly DependencyProperty CanIncreaseZoomProperty =
CanIncreaseZoomPropertyKey
.DependencyProperty;
1756
viewer.SetValue(
CanIncreaseZoomPropertyKey
, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.MaxZoom, viewer.Zoom)));
1795
viewer.SetValue(
CanIncreaseZoomPropertyKey
, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.MaxZoom, viewer.Zoom)));