1 write to _inheritanceUI
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
975
_inheritanceUI
= GetService<InheritanceUI>();
4 references to _inheritanceUI
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ControlDesigner.cs (4)
458
if (Inherited &&
_inheritanceUI
is not null)
460
_inheritanceUI
.RemoveInheritedControl(Control);
976
_inheritanceUI
?.AddInheritedControl(Control, InheritanceAttribute.InheritanceLevel);
1541
if (
_inheritanceUI
is not null && pe.ClipRectangle.IntersectsWith(InheritanceUI.InheritanceGlyphRectangle))