1 implementation of SyncSelection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1317void ISelectionUIService.SyncSelection()
5 references to SyncSelection
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (2)
395_selectionUISvc?.SyncSelection(); 1602_selectionUISvc?.SyncSelection();
System\Windows\Forms\Design\SelectionUIService.cs (3)
324((ISelectionUIService)this).SyncSelection(); 364((ISelectionUIService)this).SyncSelection(); 1148((ISelectionUIService)this).SyncSelection();