6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
229
get { return (double)GetValue(
ZoomProperty
); }
230
set { SetValue(
ZoomProperty
, value); }
705
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
709
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1647
viewer.CoerceValue(
ZoomProperty
);
1672
viewer.CoerceValue(
ZoomProperty
);