1 write to mapSource
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
258
this.
mapSource
= value;
12 references to mapSource
System.Data (12)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (12)
255
get { return this.
mapSource
; }
266
if (null != this.
mapSource
&& null != this.
mapSource
.Content && this.
mapSource
.Content is FrameworkElement)
268
FrameworkElement content = (FrameworkElement)this.
mapSource
.Content;
277
this.
mapSource
.ScrollChanged += (s, e) =>
509
System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.InvariantCulture, "{0} ScrollViewer: EWidth {1}, EHeight {2}, AWidth {3}, AHeight {4}, ViewPortW {5} ViewPortH {6}", prefix,
mapSource
.ExtentWidth,
mapSource
.ExtentHeight,
mapSource
.ActualWidth,
mapSource
.ActualHeight,
mapSource
.ViewportWidth,
mapSource
.ViewportHeight));