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)
824
if (control == _primaryControl &&
_statusCommandUI
is not null)
826
_statusCommandUI
.SetStatusInformation(control);
950
if (_resizeComponents[i].resizeControl == _primaryControl &&
_statusCommandUI
is not null)
952
_statusCommandUI
.SetStatusInformation(_primaryControl);