9 references to ZoomProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (9)
318
get { return (double)GetValue(
ZoomProperty
); }
319
set { SetValue(
ZoomProperty
, value); }
723
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
735
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1093
BindingOperations.ClearBinding(feViewer,
ZoomProperty
);
1125
CreateTwoWayBinding(feViewer,
ZoomProperty
, "Zoom");
1800
viewer.CoerceValue(
ZoomProperty
);
1825
viewer.CoerceValue(
ZoomProperty
);
2037
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);