1 write to Parent
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
128Parent = parent;
13 references to Parent
DesignSurfaceExt (4)
DesignerOptionServiceExt.cs (4)
15if (options.Parent is not null) 36if (options.Parent is not null) 60if (options.Parent is not null) 82if (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)
25if (options is null || options.Parent is not null)
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (5)
35Assert.Same(service.Options, childCollection.Parent); 59Assert.Same(service.Options, childCollection.Parent); 76Assert.Same(service.Options, childCollection.Parent); 83Assert.Same(service.Options, otherChildCollection.Parent); 99Assert.Same(service.Options, childCollection.Parent);