2 writes to _dp
WindowsBase (2)
Base\System\Windows\DependencyPropertyKey.cs (2)
33
_dp
= dp;
55
_dp
= dp;
4 references to _dp
WindowsBase (4)
Base\System\Windows\DependencyPropertyKey.cs (4)
27
return
_dp
;
42
if(
_dp
== null )
47
_dp
.OverrideMetadata( forType, typeMetadata, this );
54
Debug.Assert(
_dp
==null,"This should only be used when we need a placeholder and have a temporary value of null. It should not be used to change this property.");