6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
232
get { return (double)GetValue(
ZoomProperty
); }
233
set { SetValue(
ZoomProperty
, value); }
712
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
716
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1683
viewer.CoerceValue(
ZoomProperty
);
1708
viewer.CoerceValue(
ZoomProperty
);