5 references to AdornerLayer
PresentationFramework (4)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
374
_localAdornerDecorator.
AdornerLayer
.Add(SelectionAdorner);
src\Framework\System\Windows\Documents\AdornerDecorator.cs (2)
43
this.RemoveVisualChild(
AdornerLayer
);
48
this.AddVisualChild(
AdornerLayer
);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
334
return ((AdornerDecorator)parent).
AdornerLayer
;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2145
this.adornerLayer = ((AdornerDecorator)sender).
AdornerLayer
;