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)
366sws.RemoveSplitWindow(_componentTray); 426sws?.RemoveSplitWindow(_componentTray); 967sws.RemoveSplitWindow(_componentTray);