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