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