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)
1815if (_statusCommandUI is not null && !offset.IsEmpty) 1819_statusCommandUI?.SetStatusInformation(new Rectangle(location.X, location.Y, offset.Width, offset.Height)); 2006if (_statusCommandUI is not null) 2010_statusCommandUI?.SetStatusInformation(new Rectangle(offset.X, offset.Y, _mouseDragOffset.Width, _mouseDragOffset.Height));