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