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)
50private InheritanceUI _inheritanceUI; 733InheritanceUI iui = InheritanceUI; 1673private InheritanceUI InheritanceUI 2322InheritanceUI iui = _tray.InheritanceUI; 2325e.Graphics.DrawImage(InheritanceUI.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\ControlDesigner.cs (4)
42private InheritanceUI? _inheritanceUI; 975_inheritanceUI = GetService<InheritanceUI>(); 1541if (_inheritanceUI is not null && pe.ClipRectangle.IntersectsWith(InheritanceUI.InheritanceGlyphRectangle)) 1543pe.Graphics.DrawImage(InheritanceUI.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\DocumentDesigner.cs (2)
32private InheritanceUI _inheritanceUI; 493host.RemoveService<InheritanceUI>();
System\Windows\Forms\Design\GroupBoxDesigner.cs (4)
16private InheritanceUI _inheritanceUI; 89_inheritanceUI ??= (InheritanceUI)GetService(typeof(InheritanceUI)); 93pe.Graphics.DrawImage(InheritanceUI.InheritanceGlyph, 0, 0);
System\Windows\Forms\Design\InheritanceUI.cs (1)
23typeof(InheritanceUI),