6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
225
get { return (double)GetValue(
ZoomProperty
); }
226
set { SetValue(
ZoomProperty
, value); }
701
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
705
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1634
viewer.CoerceValue(
ZoomProperty
);
1659
viewer.CoerceValue(
ZoomProperty
);