2 instantiations of LayoutEventList
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
625_layoutEvents = new LayoutEventList(); 727_automationEvents = new LayoutEventList();
17 references to LayoutEventList
PresentationCore (17)
System\Windows\LayoutManager.cs (10)
580LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 584LayoutEventList.ListItem item = copy[i]; 618private LayoutEventList _layoutEvents; 620internal LayoutEventList LayoutEvents 683LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 687LayoutEventList.ListItem item = copy[i]; 720private LayoutEventList _automationEvents; 722internal LayoutEventList AutomationEvents 734LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 741LayoutEventList.ListItem item = copy[i];
System\Windows\UIElement.cs (7)
344LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 355LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 367private void addLayoutUpdatedHandler(EventHandler handler, LayoutEventList.ListItem item) 402private LayoutEventList.ListItem getLayoutUpdatedHandler(EventHandler d) 415if(cachedLayoutUpdatedHandler == d) return (LayoutEventList.ListItem)cachedLayoutUpdatedItems; 420LayoutEventList.ListItem item = (LayoutEventList.ListItem)(list[d]);