2 instantiations of LayoutEventList
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
624_layoutEvents = new LayoutEventList(); 726_automationEvents = new LayoutEventList();
17 references to LayoutEventList
PresentationCore (17)
System\Windows\LayoutManager.cs (10)
579LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 583LayoutEventList.ListItem item = copy[i]; 617private LayoutEventList _layoutEvents; 619internal LayoutEventList LayoutEvents 682LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 686LayoutEventList.ListItem item = copy[i]; 719private LayoutEventList _automationEvents; 721internal LayoutEventList AutomationEvents 733LayoutEventList.ListItem [] copy = AutomationEvents.CopyToArray(); 740LayoutEventList.ListItem item = copy[i];
System\Windows\UIElement.cs (7)
340LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 351LayoutEventList.ListItem item = getLayoutUpdatedHandler(value); 363private void addLayoutUpdatedHandler(EventHandler handler, LayoutEventList.ListItem item) 398private LayoutEventList.ListItem getLayoutUpdatedHandler(EventHandler d) 411if(cachedLayoutUpdatedHandler == d) return (LayoutEventList.ListItem)cachedLayoutUpdatedItems; 416LayoutEventList.ListItem item = (LayoutEventList.ListItem)(list[d]);