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