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)
365sws.RemoveSplitWindow(_componentTray); 425sws?.RemoveSplitWindow(_componentTray); 952sws.RemoveSplitWindow(_componentTray);