5 references to Self
PresentationFramework (4)
MS\Internal\Data\ObjectRef.cs (1)
388case RelativeSourceMode.Self:
System\Windows\Data\RelativeSource.cs (3)
132s_self = new RelativeSource(RelativeSourceMode.Self); 255if (_mode == RelativeSourceMode.Self) 283|| mode == RelativeSourceMode.Self
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
367Binding commandParameterBinding = new Binding("DataContext") { RelativeSource = new RelativeSource(RelativeSourceMode.Self) };