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