1 write to panel
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (1)
27
this.
panel
= panel;
9 references to panel
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (9)
202
List<DependencyObject> childShapes = this.
panel
.GetChildShapes(dragged);
216
if (this.
panel
.CurrentAutoSplitTarget != null)
225
if (rect.Contains(e.GetPosition(this.
panel
)))
235
UIElement target = this.FindTarget(e.GetPosition(this.
panel
), draggedView, out direction) as UIElement;
237
if (target != null && (direction & this.
panel
.AutoConnectContainer.GetDirectionsAllowed(e, target)) != AutoConnectDirections.None)
294
Rect panelRect = new Rect(0, 0, this.
panel
.Width, this.
panel
.Height);
317
adornerLayer.Add(new AutoConnectAdorner(adornedElement, this.
panel
, (directions & this.
panel
.AutoConnectContainer.GetDirectionsAllowed(e, adornedElement))));