9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (1)
545
FlowDocumentPageViewer.
ZoomProperty
.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
362
FlowDocumentPageViewer.
ZoomProperty
.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (7)
157
get { return (double) GetValue(
ZoomProperty
); }
158
set { SetValue(
ZoomProperty
, value); }
731
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
743
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1216
CoerceValue(
ZoomProperty
);
1226
CoerceValue(
ZoomProperty
);
1540
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);