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