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