1 write to adornerLayer
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2145this.adornerLayer = ((AdornerDecorator)sender).AdornerLayer;
4 references to adornerLayer
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
2147this.adornerLayer.LayoutUpdated += new EventHandler(OnAdornerLayerLayoutUpdated); 2154foreach (object logicalChild in LogicalTreeHelper.GetChildren(adornerLayer)) 2164adornerLayer.Remove(adorner); 2168adornerLayer.Add(adorner);