1 write to rubberBand
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
332this.rubberBand = new Rectangle();
14 references to rubberBand
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (14)
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)) 254this.rubberBand.Width = rect.Width; 255this.rubberBand.Height = rect.Height; 256this.rubberBand.InvalidateVisual(); 257ExtensionSurface.SetPosition(this.rubberBand, rect.TopLeft); 333this.rubberBand.StrokeThickness = RubberBandThickness; 334this.rubberBand.Stroke = WorkflowDesignerColors.RubberBandRectangleBrush; 335this.rubberBand.Fill = WorkflowDesignerColors.RubberBandRectangleBrush.Clone(); 336this.rubberBand.Fill.Opacity = 0.2;