5 references to LayoutEvents
PresentationCore (5)
System\Windows\Input\InputManager.cs (1)
160
ContextLayoutManager.From(Dispatcher).
LayoutEvents
.Add(_layoutUpdatedCallback);
System\Windows\LayoutManager.cs (2)
579
LayoutEventList.ListItem [] copy =
LayoutEvents
.CopyToArray();
605
LayoutEvents
.Remove(item);
System\Windows\UIElement.cs (2)
345
item = ContextLayoutManager.From(Dispatcher).
LayoutEvents
.Add(value);
357
ContextLayoutManager.From(Dispatcher).
LayoutEvents
.Remove(item);