5 references to LayoutEvents
PresentationCore (5)
System\Windows\Input\InputManager.cs (1)
168ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
System\Windows\LayoutManager.cs (2)
596LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 622LayoutEvents.Remove(item);
System\Windows\UIElement.cs (2)
354item = ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(value); 366ContextLayoutManager.From(Dispatcher).LayoutEvents.Remove(item);