1 write to _statusCommandUI
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\StatusCommandUITests.cs (1)
32_statusCommandUI = new(_mockServiceProvider.Object);
11 references to _statusCommandUI
System.Windows.Forms.Design.Tests (11)
System\Windows\Forms\Design\StatusCommandUITests.cs (11)
38_statusCommandUI.SetStatusInformation(selectedComponent: null); 46TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(control), new(10, 20, 30, 40)); 54TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(component), new(10, 20, 30, 40)); 61TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(component), Rectangle.Empty); 68TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(bounds), bounds); 75TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(bounds), bounds); 83TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(control, location), new(50, 60, 30, 40)); 91TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(component, location), new(50, 60, 30, 40)); 99_statusCommandUI.SetStatusInformation(component, location); 108TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(control, location), new(10, 20, 30, 40)); 114_statusCommandUI.SetStatusInformation(null, new Point(10, 10));