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