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