1 write to _parent
System (1)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
151_parent = parent;
5 references to _parent
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (5)
155if (_parent != null) { 156if (_parent._children == null) { 157_parent._children = new ArrayList(1); 159_parent._children.Add(this); 188return _parent;