1 write to _DP
WindowsBase (1)
Base\System\Windows\DependentList.cs (1)
152_DP = p;
5 references to _DP
WindowsBase (5)
Base\System\Windows\DependentList.cs (5)
169get { return _DP; } 202if(_DP != d._DP) 242hashCode += (null == _DP) ? 0 : _DP.GetHashCode();