6 references to SetStatusInformation
System.Windows.Forms.Design (6)
System\ComponentModel\Design\SelectionService.cs (1)
469_statusCommandUI.SetStatusInformation(_selection[0] as Component);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
583_statusCommandUITarget?.SetStatusInformation(selSvc is null ? _dragComponents[_primaryComponentIndex].dragComponent as Component :
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
826_statusCommandUI.SetStatusInformation(control); 952_statusCommandUI.SetStatusInformation(_primaryControl);
System\Windows\Forms\Design\CommandSet.cs (1)
936_statusCommandUI?.SetStatusInformation(component as Component);
System\Windows\Forms\Design\ControlCommandSet.cs (1)
797_statusCommandUI.SetStatusInformation(control);