2 instantiations of LayoutEventList
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
623_layoutEvents = new LayoutEventList(); 725_automationEvents = new LayoutEventList();
17 references to LayoutEventList
PresentationCore (17)
System\Windows\LayoutManager.cs (10)
578LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 582LayoutEventList.ListItem item = copy[i]; 616private LayoutEventList _layoutEvents; 618internal LayoutEventList LayoutEvents 681LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 685LayoutEventList.ListItem item = copy[i]; 718private LayoutEventList _automationEvents; 720internal LayoutEventList AutomationEvents 732LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 739LayoutEventList.ListItem item = copy[i];
System\Windows\UIElement.cs (7)
339LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 350LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 362private void addLayoutUpdatedHandler(EventHandler handler, LayoutEventList.ListItem item) 397private LayoutEventList.ListItem getLayoutUpdatedHandler(EventHandler d) 410if(cachedLayoutUpdatedHandler == d) return (LayoutEventList.ListItem)cachedLayoutUpdatedItems; 415LayoutEventList.ListItem item = (LayoutEventList.ListItem)(list[d]);