4 references to SetStatusInformation
System.Windows.Forms.Design (4)
System\ComponentModel\Design\SelectionService.cs (1)
473_statusCommandUI.SetStatusInformation(Rectangle.Empty);
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
352_statusCommandUI?.SetStatusInformation(statusRect);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1824_statusCommandUI?.SetStatusInformation(new Rectangle(location.X, location.Y, offset.Width, offset.Height)); 2015_statusCommandUI?.SetStatusInformation(new Rectangle(offset.X, offset.Y, _mouseDragOffset.Width, _mouseDragOffset.Height));