1 implementation of RemoveSplitWindow
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerFrame.cs (1)
301void ISplitWindowService.RemoveSplitWindow(Control window)
3 references to RemoveSplitWindow
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DocumentDesigner.cs (3)
353sws.RemoveSplitWindow(_componentTray); 413sws?.RemoveSplitWindow(_componentTray); 940sws.RemoveSplitWindow(_componentTray);