2 instantiations of LayoutEventList
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (2)
648_layoutEvents = new LayoutEventList(); 750_automationEvents = new LayoutEventList();
17 references to LayoutEventList
PresentationCore (17)
Core\CSharp\System\Windows\LayoutManager.cs (10)
603LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 607LayoutEventList.ListItem item = copy[i]; 641private LayoutEventList _layoutEvents; 643internal LayoutEventList LayoutEvents 706LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 710LayoutEventList.ListItem item = copy[i]; 743private LayoutEventList _automationEvents; 745internal LayoutEventList AutomationEvents 757LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 764LayoutEventList.ListItem item = copy[i];
Core\CSharp\System\Windows\UIElement.cs (7)
356LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 367LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 379private void addLayoutUpdatedHandler(EventHandler handler, LayoutEventList.ListItem item) 414private LayoutEventList.ListItem getLayoutUpdatedHandler(EventHandler d) 427if(cachedLayoutUpdatedHandler == d) return (LayoutEventList.ListItem)cachedLayoutUpdatedItems; 432LayoutEventList.ListItem item = (LayoutEventList.ListItem)(list[d]);