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)
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)
26
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..