10 references to HasComponent
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
51
if (
HasComponent
&& _propChanged is not null)
System\Windows\Forms\Design\ControlDesigner.cs (2)
451
if (
HasComponent
)
479
if (
HasComponent
)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
88
if (
HasComponent
)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
685
if (
HasComponent
&& Control is ScrollableControl control)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
44
if (
HasComponent
)
System\Windows\Forms\Design\TabControlDesigner.cs (1)
158
if (
HasComponent
&& Control is TabControl tabControl)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1153
if (
HasComponent
)
1195
if (
HasComponent
)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
224
if (
HasComponent
)