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