1 write to _statusCommandUI
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1221_statusCommandUI = new StatusCommandUI(component.Site);
4 references to _statusCommandUI
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
1821if (_statusCommandUI is not null && !offset.IsEmpty) 1825_statusCommandUI?.SetStatusInformation(new Rectangle(location.X, location.Y, offset.Width, offset.Height)); 2012if (_statusCommandUI is not null) 2016_statusCommandUI?.SetStatusInformation(new Rectangle(offset.X, offset.Y, _mouseDragOffset.Width, _mouseDragOffset.Height));