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