1 instantiation of RelativeObjectRef
PresentationFramework (1)
System\Windows\Data\Binding.cs (1)
565SourceReference = (value != null) ? new RelativeObjectRef(value) : null;
2 references to RelativeObjectRef
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
718RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef;