1 write to _child
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8656_child = Child;
1 reference to _child
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8662get { return (_index == 0) ? _child : null; }