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