5 references to AdornerLayer
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (1)
359_localAdornerDecorator.AdornerLayer.Add(SelectionAdorner);
System\Windows\Documents\AdornerDecorator.cs (2)
33this.RemoveVisualChild(AdornerLayer); 38this.AddVisualChild(AdornerLayer);
System\Windows\Documents\AdornerLayer.cs (1)
316return ((AdornerDecorator)parent).AdornerLayer;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1312return adornerDecorator.AdornerLayer;