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