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)
169
get { return
_DP
; }
202
if(
_DP
!= d.
_DP
)
242
hashCode += (null ==
_DP
) ? 0 :
_DP
.GetHashCode();