2 writes to _children
System (2)
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
157_parent._children = new ArrayList(1); 275_children = new ArrayList(1);
14 references to _children
System (14)
compmod\system\componentmodel\design\DesignerOptionService.cs (14)
156if (_parent._children == null) { 159_parent._children.Add(this); 169return _children.Count; 218foreach(DesignerOptionCollection child in _children) { 237if (index < 0 || index >= _children.Count) { 240return (DesignerOptionCollection)_children[index]; 251foreach(DesignerOptionCollection child in _children) { 265_children.CopyTo(array, index); 272if (_children == null) { 274if (_children == null) { 285return _children.GetEnumerator(); 293return _children.IndexOf(value); 403return _children.Contains(value); 412return _children.IndexOf(value);