'Declaration Public Sub SetResourceReference( _ ByVal dp As DependencyProperty, _ ByVal name As Object _ )
public void SetResourceReference( DependencyProperty dp, object name )
Parameters
- dp
- The property to which the resource is bound.
- name
- The name of the resource.