7 references to ExtenstionSurface
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (7)
60
return this.
ExtenstionSurface
.Children.Contains(this.rubberBand);
222
if (!this.
ExtenstionSurface
.Children.Contains(this.rubberBand))
224
this.
ExtenstionSurface
.Children.Add(this.rubberBand);
234
if (this.
ExtenstionSurface
.Children.Contains(this.rubberBand))
236
this.
ExtenstionSurface
.Children.Remove(this.rubberBand);
246
if (this.
ExtenstionSurface
.Children.Contains(this.rubberBand))
250
GeneralTransform transform2 = this.Designer.TransformToDescendant(this.
ExtenstionSurface
);