1 write to _sourceProperty
WindowsBase (1)
Base\System\Windows\DeferredReference.cs (1)
53
_sourceProperty
= dp;
3 references to _sourceProperty
WindowsBase (3)
Base\System\Windows\DeferredReference.cs (3)
63
return _sourceMetadata.GetDefaultValue(_sourceObject,
_sourceProperty
);
69
return
_sourceProperty
.PropertyType;
88
get { return
_sourceProperty
; }