1 implementation of SyncSelection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1311void ISelectionUIService.SyncSelection()
5 references to SyncSelection
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (2)
389_selectionUISvc?.SyncSelection(); 1593_selectionUISvc?.SyncSelection();
System\Windows\Forms\Design\SelectionUIService.cs (3)
318((ISelectionUIService)this).SyncSelection(); 358((ISelectionUIService)this).SyncSelection(); 1142((ISelectionUIService)this).SyncSelection();