6 references to AutomationEvents
PresentationCore (6)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2071lm.AutomationEvents.Add(this); //this adds the root peer into the list of roots, for deferred event firing
Core\CSharp\System\Windows\LayoutManager.cs (3)
706LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 732AutomationEvents.Remove(item); 757LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray();
Core\CSharp\System\Windows\UIElement.cs (2)
574if (ContextLayoutManager.AutomationEvents.Count != 0) 787if (ContextLayoutManager.AutomationEvents.Count != 0)