1 write to Parent
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
123Parent = parent;
4 references to Parent
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\DesignerOptionService.cs (3)
127if (Parent != null) 130Parent._children ??= new ArrayList(1); 131Parent._children.Add(this);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\WindowsFormsDesignerOptionService.cs (1)
23if (options is null || options.Parent is not null)