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)
603
LayoutEventList
.ListItem [] copy = LayoutEvents.CopyToArray();
607
LayoutEventList
.ListItem item = copy[i];
641
private
LayoutEventList
_layoutEvents;
643
internal
LayoutEventList
LayoutEvents
706
LayoutEventList
.ListItem [] copy = AutomationEvents.CopyToArray();
710
LayoutEventList
.ListItem item = copy[i];
743
private
LayoutEventList
_automationEvents;
745
internal
LayoutEventList
AutomationEvents
757
LayoutEventList
.ListItem [] copy = AutomationEvents.CopyToArray();
764
LayoutEventList
.ListItem item = copy[i];
Core\CSharp\System\Windows\UIElement.cs (7)
356
LayoutEventList
.ListItem item = getLayoutUpdatedHandler(value);
367
LayoutEventList
.ListItem item = getLayoutUpdatedHandler(value);
379
private void addLayoutUpdatedHandler(EventHandler handler,
LayoutEventList
.ListItem item)
414
private
LayoutEventList
.ListItem getLayoutUpdatedHandler(EventHandler d)
427
if(cachedLayoutUpdatedHandler == d) return (
LayoutEventList
.ListItem)cachedLayoutUpdatedItems;
432
LayoutEventList
.ListItem item = (
LayoutEventList
.ListItem)(list[d]);