1 write to _statusCommandUI
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
62_statusCommandUI = new StatusCommandUI(serviceProvider);
4 references to _statusCommandUI
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (4)
824if (control == _primaryControl && _statusCommandUI is not null) 826_statusCommandUI.SetStatusInformation(control); 950if (_resizeComponents[i].resizeControl == _primaryControl && _statusCommandUI is not null) 952_statusCommandUI.SetStatusInformation(_primaryControl);