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