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