2 overrides of AddChild
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
549protected override void AddChild(object value)
System\Windows\Navigation\NavigationWindow.cs (1)
856protected override void AddChild(object value)
2 references to AddChild
PresentationFramework (2)
System\Windows\Controls\ContentControl.cs (2)
190AddChild(value); 222AddChild(text);