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