9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (9)
311
get { return (double)GetValue(
ZoomProperty
); }
312
set { SetValue(
ZoomProperty
, value); }
710
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
722
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1069
BindingOperations.ClearBinding(feViewer,
ZoomProperty
);
1101
CreateTwoWayBinding(feViewer,
ZoomProperty
, "Zoom");
1756
viewer.CoerceValue(
ZoomProperty
);
1781
viewer.CoerceValue(
ZoomProperty
);
1990
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);