5 references to Self
PresentationFramework (1)
src\Framework\System\Windows\Data\RelativeSource.cs (1)
260return Self;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
744binding.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)
48toolItemBinding.RelativeSource = RelativeSource.Self; 65automationIdBinding.RelativeSource = RelativeSource.Self; 110automationIdBinding.RelativeSource = RelativeSource.Self;