void WidgetWhosContentsPopOutIsClosing() { if (PopedOutSystemWindow != null) { SaveSizeAndPosition(); PopedOutSystemWindow.CloseAndRemoveAllChildren(); PopedOutSystemWindow.Close(); } }