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)
1825
_statusCommandUI?.
SetStatusInformation
(new Rectangle(location.X, location.Y, offset.Width, offset.Height));
2016
_statusCommandUI?.
SetStatusInformation
(new Rectangle(offset.X, offset.Y, _mouseDragOffset.Width, _mouseDragOffset.Height));