8 instantiations of StatusCommandUI
System.Windows.Forms.Design (7)
System\ComponentModel\Design\SelectionService.cs (1)
49
_statusCommandUI = new
StatusCommandUI
(provider);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
662
_statusCommandUITarget = new
StatusCommandUI
(_serviceProviderTarget);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
62
_statusCommandUI = new
StatusCommandUI
(serviceProvider);
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
38
_statusCommandUI = new
StatusCommandUI
(serviceProvider);
System\Windows\Forms\Design\CommandSet.cs (1)
71
_statusCommandUI = new
StatusCommandUI
(site);
System\Windows\Forms\Design\ControlCommandSet.cs (1)
32
_statusCommandUI = new
StatusCommandUI
(site);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1221
_statusCommandUI = new
StatusCommandUI
(component.Site);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\StatusCommandUITests.cs (1)
32
_statusCommandUI =
new
(_mockServiceProvider.Object);
9 references to StatusCommandUI
System.Windows.Forms.Design (7)
System\ComponentModel\Design\SelectionService.cs (1)
38
private
StatusCommandUI
_statusCommandUI; // UI for setting the StatusBar Information..
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
66
private
StatusCommandUI
_statusCommandUITarget; // UI for setting the StatusBar Information in the drop target
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
47
private readonly
StatusCommandUI
_statusCommandUI; // used to update the StatusBar Information.
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
24
private readonly
StatusCommandUI
_statusCommandUI; // used to update the StatusBar Information.
System\Windows\Forms\Design\CommandSet.cs (1)
52
private
StatusCommandUI
_statusCommandUI; // Used to update the statusBar Information.
System\Windows\Forms\Design\ControlCommandSet.cs (1)
22
private
StatusCommandUI
_statusCommandUI; // used to update the StatusBarInfo.
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
60
private
StatusCommandUI
_statusCommandUI; // UI for setting the StatusBar Information..
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ControlCommandSetTests.cs (1)
53
StatusCommandUI
statusCommandUI = _controlCommandSet.TestAccessor().Dynamic._statusCommandUI;
System\Windows\Forms\Design\StatusCommandUITests.cs (1)
16
private readonly
StatusCommandUI
_statusCommandUI;