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