7 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)
40_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);
7 references to StatusCommandUI
System.Windows.Forms.Design (7)
System\ComponentModel\Design\SelectionService.cs (1)
38private StatusCommandUI _statusCommandUI; // UI for setting the StatusBar Information..
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
66private StatusCommandUI _statusCommandUITarget; // UI for setting the StatusBar Information in the drop target
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
47private readonly StatusCommandUI _statusCommandUI; // used to update the StatusBar Information.
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
26private readonly StatusCommandUI _statusCommandUI; // used to update the StatusBar Information.
System\Windows\Forms\Design\CommandSet.cs (1)
52private StatusCommandUI _statusCommandUI; // Used to update the statusBar Information.
System\Windows\Forms\Design\ControlCommandSet.cs (1)
22private StatusCommandUI _statusCommandUI; // used to update the StatusBarInfo.
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
60private StatusCommandUI _statusCommandUI; // UI for setting the StatusBar Information..