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