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