1 write to _automationEvents
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
727
_automationEvents
= new LayoutEventList();
2 references to _automationEvents
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
726
if(
_automationEvents
== null)
728
return
_automationEvents
;