9 references to ZoomProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
552
FlowDocumentPageViewer.
ZoomProperty
.AddOwner(
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
370
FlowDocumentPageViewer.
ZoomProperty
.AddOwner(
src\Framework\System\Windows\Controls\SinglePageViewer.cs (7)
163
get { return (double) GetValue(
ZoomProperty
); }
164
set { SetValue(
ZoomProperty
, value); }
752
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
764
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1237
CoerceValue(
ZoomProperty
);
1247
CoerceValue(
ZoomProperty
);
1564
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);