9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (1)
551
FlowDocumentPageViewer.
ZoomProperty
.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
369
FlowDocumentPageViewer.
ZoomProperty
.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (7)
161
get { return (double) GetValue(
ZoomProperty
); }
162
set { SetValue(
ZoomProperty
, value); }
745
SetCurrentValueInternal(
ZoomProperty
, Math.Min(Zoom + ZoomIncrement, MaxZoom));
757
SetCurrentValueInternal(
ZoomProperty
, Math.Max(Zoom - ZoomIncrement, MinZoom));
1230
CoerceValue(
ZoomProperty
);
1240
CoerceValue(
ZoomProperty
);
1557
SetCurrentValueInternal(
ZoomProperty
, viewerState.Zoom);