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