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