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