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