5 references to MaxZoomProperty
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (1)
556
FlowDocumentPageViewer.
MaxZoomProperty
.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
376
FlowDocumentPageViewer.
MaxZoomProperty
.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (3)
166
get { return (double) GetValue(
MaxZoomProperty
); }
167
set { SetValue(
MaxZoomProperty
, value); }
1237
CoerceValue(
MaxZoomProperty
);