6 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)
347
_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));
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\StatusCommandUITests.cs (2)
68
TestSetStatusInformation(() => _statusCommandUI.
SetStatusInformation
(bounds), bounds);
75
TestSetStatusInformation(() => _statusCommandUI.
SetStatusInformation
(bounds), bounds);