9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (9)
312
get { return (double)GetValue(
ZoomProperty
); }
313
set { SetValue(
ZoomProperty
, value); }
717
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
729
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1082
BindingOperations.ClearBinding(feViewer,
ZoomProperty
);
1114
CreateTwoWayBinding(feViewer,
ZoomProperty
, "Zoom");
1789
viewer.CoerceValue(
ZoomProperty
);
1814
viewer.CoerceValue(
ZoomProperty
);
2026
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);