2 instantiations of LayoutEventList
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
641_layoutEvents = new LayoutEventList(); 743_automationEvents = new LayoutEventList();
17 references to LayoutEventList
PresentationCore (17)
System\Windows\LayoutManager.cs (10)
596LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 600LayoutEventList.ListItem item = copy[i]; 634private LayoutEventList _layoutEvents; 636internal LayoutEventList LayoutEvents 699LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 703LayoutEventList.ListItem item = copy[i]; 736private LayoutEventList _automationEvents; 738internal LayoutEventList AutomationEvents 750LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 757LayoutEventList.ListItem item = copy[i];
System\Windows\UIElement.cs (7)
349LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 360LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 372private void addLayoutUpdatedHandler(EventHandler handler, LayoutEventList.ListItem item) 407private LayoutEventList.ListItem getLayoutUpdatedHandler(EventHandler d) 420if(cachedLayoutUpdatedHandler == d) return (LayoutEventList.ListItem)cachedLayoutUpdatedItems; 425LayoutEventList.ListItem item = (LayoutEventList.ListItem)(list[d]);