5 references to LayoutEvents
PresentationCore (5)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
198ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
Core\CSharp\System\Windows\LayoutManager.cs (2)
603LayoutEventList.ListItem [] copy = LayoutEvents.CopyToArray(); 629LayoutEvents.Remove(item);
Core\CSharp\System\Windows\UIElement.cs (2)
361item = ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(value); 373ContextLayoutManager.From(Dispatcher).LayoutEvents.Remove(item);