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