5 references to MaxZoomProperty
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (1)
562
FlowDocumentPageViewer.
MaxZoomProperty
.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
380
FlowDocumentPageViewer.
MaxZoomProperty
.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (3)
170
get { return (double) GetValue(
MaxZoomProperty
); }
171
set { SetValue(
MaxZoomProperty
, value); }
1239
CoerceValue(
MaxZoomProperty
);