1 write to _automationEvents
PresentationCore (1)
Core\CSharp\System\Windows\LayoutManager.cs (1)
750
_automationEvents
= new LayoutEventList();
2 references to _automationEvents
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
749
if(
_automationEvents
== null)
751
return
_automationEvents
;