5 references to Self
PresentationFramework (1)
src\Framework\System\Windows\Data\RelativeSource.cs (1)
260
return
Self
;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
744
binding.Bindings.Add(new Binding() { Path = new PropertyPath("Tag.Timestamp"), Mode = BindingMode.OneWay, RelativeSource = RelativeSource.
Self
});
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (3)
48
toolItemBinding.RelativeSource = RelativeSource.
Self
;
65
automationIdBinding.RelativeSource = RelativeSource.
Self
;
110
automationIdBinding.RelativeSource = RelativeSource.
Self
;