2 instantiations of InheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
1677
_inheritanceUI ??= new
InheritanceUI
();
System\Windows\Forms\Design\DocumentDesigner.cs (1)
734
_inheritanceUI = new
InheritanceUI
();
16 references to InheritanceUI
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ComponentTray.cs (5)
50
private
InheritanceUI
_inheritanceUI;
733
InheritanceUI
iui = InheritanceUI;
1673
private
InheritanceUI
InheritanceUI
2322
InheritanceUI
iui = _tray.InheritanceUI;
2325
e.Graphics.DrawImage(
InheritanceUI
.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\ControlDesigner.cs (4)
42
private
InheritanceUI
? _inheritanceUI;
975
_inheritanceUI = GetService<
InheritanceUI
>();
1541
if (_inheritanceUI is not null && pe.ClipRectangle.IntersectsWith(
InheritanceUI
.InheritanceGlyphRectangle))
1543
pe.Graphics.DrawImage(
InheritanceUI
.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\DocumentDesigner.cs (2)
32
private
InheritanceUI
_inheritanceUI;
493
host.RemoveService<
InheritanceUI
>();
System\Windows\Forms\Design\GroupBoxDesigner.cs (4)
16
private
InheritanceUI
_inheritanceUI;
89
_inheritanceUI ??= (
InheritanceUI
)GetService(typeof(
InheritanceUI
));
93
pe.Graphics.DrawImage(
InheritanceUI
.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\InheritanceUI.cs (1)
23
typeof(
InheritanceUI
),