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