6 references to AutomationEvents
PresentationCore (6)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2161lm.AutomationEvents.Add(this); //this adds the root peer into the list of roots, for deferred event firing
System\Windows\LayoutManager.cs (3)
699LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 725AutomationEvents.Remove(item); 750LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray();
System\Windows\UIElement.cs (2)
567if (ContextLayoutManager.AutomationEvents.Count != 0) 780if (ContextLayoutManager.AutomationEvents.Count != 0)