1 write to Parent
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
128Parent = parent;
10 references to Parent
DesignSurfaceExt (1)
DesignerOptionServiceExt.cs (1)
23if (options.Parent is not null)
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\DesignerOptionService.cs (3)
132if (Parent != null) 135Parent._children ??= new ArrayList(1); 136Parent._children.Add(this);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\WindowsFormsDesignerOptionService.cs (1)
23if (options is null || options.Parent is not null)
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (5)
37Assert.Same(service.Options, childCollection.Parent); 61Assert.Same(service.Options, childCollection.Parent); 78Assert.Same(service.Options, childCollection.Parent); 85Assert.Same(service.Options, otherChildCollection.Parent); 101Assert.Same(service.Options, childCollection.Parent);