2 writes to _parent
System.Windows.Forms.DataVisualization (2)
Common\General\BaseCollections.cs (2)
50_parent = value; 105_parent = parent;
5 references to _parent
System.Windows.Forms.DataVisualization (5)
Common\General\BaseCollections.cs (5)
47get { return _parent; } 61if (_common == null && _parent != null) 63_common = _parent.Common; 117if (_parent != null && !IsSuspended) 118_parent.Invalidate();