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