6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
228
get { return (double)GetValue(
ZoomProperty
); }
229
set { SetValue(
ZoomProperty
, value); }
704
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
708
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1646
viewer.CoerceValue(
ZoomProperty
);
1671
viewer.CoerceValue(
ZoomProperty
);