1 write to view
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1491
this.
view
= designer;
24 references to view
System.Data (24)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (24)
1492
this.zoomFitToScreenLabel = (this.
view
.TryFindResource("zoomFitToScreenLabel") as string) ?? "Fit to screen";
1554
this.
view
.zoomPicker.LostFocus += (s, e) =>
1556
string text = this.Convert(this.
view
.zoomSlider.Value, typeof(string), null, CultureInfo.InvariantCulture) as string;
1559
this.
view
.zoomPicker.Text = string.Empty;
1560
this.
view
.zoomPicker.Text = text;
1580
return this.CalculateY(this.
view
.zoomSlider.Value) / 100.0;
1586
return this.
view
.zoomSlider.Value < this.
view
.zoomSlider.Maximum;
1591
double x = this.
view
.zoomSlider.Value;
1596
this.
view
.zoomSlider.Value = this.keyboardZoomTicks[i];
1604
double x = this.
view
.zoomSlider.Value;
1609
this.
view
.zoomSlider.Value = this.keyboardZoomTicks[i];
1617
return this.
view
.zoomSlider.Value > this.
view
.zoomSlider.Minimum;
1622
double y1 = (this.
view
.scrollViewer.ViewportWidth / this.
view
.scrollableContent.ActualWidth) * 100.0;
1623
double y2 = (this.
view
.scrollViewer.ViewportHeight / this.
view
.scrollableContent.ActualHeight) * 100.0;
1625
this.
view
.zoomSlider.Value = this.CalculateX(y);
1630
this.
view
.zoomSlider.Value = this.CalculateX(100.0);
1665
double y1 = (this.
view
.scrollViewer.ViewportWidth / this.
view
.scrollableContent.ActualWidth) * 100.0;
1666
double y2 = (this.
view
.scrollViewer.ViewportHeight / this.
view
.scrollableContent.ActualHeight) * 100.0;