internal virtual void RemoveFrame( Frame Frame ) { lock ( SubFrameList ) { SubFrameList.Remove( Frame ); } Frame.RemoveAllFrames(); }