2 overrides of AddChild
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
571protected override void AddChild(object value)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
883protected override void AddChild(object value)
2 references to AddChild
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContentControl.cs (2)
186AddChild(value); 218AddChild(text);