1 write to _automationEvents
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
743
_automationEvents
= new LayoutEventList();
2 references to _automationEvents
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
742
if(
_automationEvents
== null)
744
return
_automationEvents
;