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)
27return _dp; 42if( _dp == null ) 47_dp.OverrideMetadata( forType, typeMetadata, this ); 54Debug.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.");