2 overrides of AddChild
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
535protected override void AddChild(object value)
System\Windows\Navigation\NavigationWindow.cs (1)
836protected override void AddChild(object value)
2 references to AddChild
PresentationFramework (2)
System\Windows\Controls\ContentControl.cs (2)
180AddChild(value); 212AddChild(text);