3 references to Add
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2148
lm.AutomationEvents.
Add
(this); //this adds the root peer into the list of roots, for deferred event firing
System\Windows\Input\InputManager.cs (1)
160
ContextLayoutManager.From(Dispatcher).LayoutEvents.
Add
(_layoutUpdatedCallback);
System\Windows\UIElement.cs (1)
349
item = ContextLayoutManager.From(Dispatcher).LayoutEvents.
Add
(value);