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