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