6 references to ZoomProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
233
get { return (double)GetValue(
ZoomProperty
); }
234
set { SetValue(
ZoomProperty
, value); }
718
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
722
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1691
viewer.CoerceValue(
ZoomProperty
);
1716
viewer.CoerceValue(
ZoomProperty
);