1 write to keyboardZoomTicks
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1531this.keyboardZoomTicks = new double[]
6 references to keyboardZoomTicks
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (6)
1592for (int i = 0; i < this.keyboardZoomTicks.Length; ++i) 1594if (x < this.keyboardZoomTicks[i]) 1596this.view.zoomSlider.Value = this.keyboardZoomTicks[i]; 1605for (int i = this.keyboardZoomTicks.Length - 1; i >= 0; --i) 1607if (x > this.keyboardZoomTicks[i]) 1609this.view.zoomSlider.Value = this.keyboardZoomTicks[i];