29 references to DataContextProperty
PresentationFramework (27)
MS\Internal\Data\ClrBindingWorker.cs (1)
72else if (targetDP == FrameworkElement.DataContextProperty ||
MS\Internal\Data\ObjectRef.cs (1)
369o = el.GetValue(FrameworkElement.DataContextProperty);
MS\Internal\Data\PropertyPathWorker.cs (2)
636_arySVS[k - 1].info == FrameworkElement.DataContextProperty) 667_arySVS[_arySVS.Length - 1].info == FrameworkElement.DataContextProperty &&
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
89owner.GetValue(FrameworkElement.DataContextProperty) ==
System\Windows\Controls\ContentPresenter.cs (1)
862this.ClearValue(DataContextProperty);
System\Windows\Controls\DataGridCell.cs (1)
402oldContent.SetValue(FrameworkElement.DataContextProperty, BindingExpressionBase.DisconnectedItem);
System\Windows\Controls\ItemContainerGenerator.cs (3)
2275DependencyProperty dp = FrameworkElement.DataContextProperty; 2280container.SetValue(FrameworkElement.DataContextProperty, item); 2335DependencyProperty dp = FrameworkElement.DataContextProperty;
System\Windows\Data\BindingExpression.cs (11)
221if (dp == FrameworkElement.DataContextProperty && d == ContextElement) 457BaseValueSourceInternal valueSource = d.GetValueSource(FrameworkElement.DataContextProperty, null, out hasModifiers); 704if (TargetProperty == FrameworkElement.DataContextProperty || 709cvs.PropertyForInheritanceContext == FrameworkElement.DataContextProperty) 758source = contextElement.GetValue(FrameworkElement.DataContextProperty); 925object item = contextElement.GetValue(FrameworkElement.DataContextProperty); 1219newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.DataContextProperty); 2283item = contextElement.GetValue(FrameworkElement.DataContextProperty); 2431object newItem = contextElement.GetValue(FrameworkElement.DataContextProperty); 2660if (dp == FrameworkElement.DataContextProperty) 2728b = BindingOperations.GetBindingExpression(ancestor, FrameworkElement.DataContextProperty) as BindingExpression;
System\Windows\Data\BindingExpressionBase.cs (1)
1730DependencyProperty dataContextDP = FrameworkElement.DataContextProperty;
System\Windows\Data\BindingGroup.cs (2)
818object dataContextItem = mentor.GetValue(FrameworkElement.DataContextProperty); 1022mentor.GetValue(FrameworkElement.DataContextProperty) == CollectionView.NewItemPlaceholder)
System\Windows\FrameworkContentElement.cs (1)
1117FrameworkElement.DataContextProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
2727get { return GetValue(DataContextProperty); } 2728set { SetValue(DataContextProperty, value); }
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
82_currentFilterItem.SetBinding(RibbonMenuItem.DataContextProperty, currentFilterBinding);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1649new PropertyAndTransferMode () { Property = FrameworkElement.DataContextProperty, Mode = TransferMode.AlwaysTransfer },