2 writes to _layoutEvents
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
45
_layoutEvents
= null;
648
_layoutEvents
= new LayoutEventList();
2 references to _layoutEvents
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
647
if(
_layoutEvents
== null)
649
return
_layoutEvents
;