3 instantiations of ExplicitObjectRef
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
525SourceReference = new ExplicitObjectRef(value); 841static readonly ObjectRef UnsetSource = new ExplicitObjectRef(null); 842static readonly ObjectRef StaticSourceRef = new ExplicitObjectRef(BindingExpression.StaticSource);