3 references to MaxZoomProperty
PresentationFramework (3)
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
241get { return (double)GetValue(MaxZoomProperty); } 242set { SetValue(MaxZoomProperty, value); } 1707viewer.CoerceValue(MaxZoomProperty);