9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (9)
312
get { return (double)GetValue(
ZoomProperty
); }
313
set { SetValue(
ZoomProperty
, value); }
711
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
723
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1070
BindingOperations.ClearBinding(feViewer,
ZoomProperty
);
1102
CreateTwoWayBinding(feViewer,
ZoomProperty
, "Zoom");
1757
viewer.CoerceValue(
ZoomProperty
);
1782
viewer.CoerceValue(
ZoomProperty
);
1991
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);