29 references to DataContextProperty
PresentationFramework (27)
MS\Internal\Data\ClrBindingWorker.cs (1)
71
else if (targetDP == FrameworkElement.
DataContextProperty
||
MS\Internal\Data\ObjectRef.cs (1)
368
o = el.GetValue(FrameworkElement.
DataContextProperty
);
MS\Internal\Data\PropertyPathWorker.cs (2)
627
_arySVS[k - 1].info == FrameworkElement.
DataContextProperty
)
658
_arySVS[_arySVS.Length - 1].info == FrameworkElement.
DataContextProperty
&&
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
88
owner.GetValue(FrameworkElement.
DataContextProperty
) ==
System\Windows\Controls\ContentPresenter.cs (1)
875
this.ClearValue(
DataContextProperty
);
System\Windows\Controls\DataGridCell.cs (1)
398
oldContent.SetValue(FrameworkElement.
DataContextProperty
, BindingExpressionBase.DisconnectedItem);
System\Windows\Controls\ItemContainerGenerator.cs (3)
2269
DependencyProperty dp = FrameworkElement.
DataContextProperty
;
2274
container.SetValue(FrameworkElement.
DataContextProperty
, item);
2329
DependencyProperty dp = FrameworkElement.
DataContextProperty
;
System\Windows\Data\BindingExpression.cs (11)
217
if (dp == FrameworkElement.
DataContextProperty
&& d == ContextElement)
453
BaseValueSourceInternal valueSource = d.GetValueSource(FrameworkElement.
DataContextProperty
, null, out hasModifiers);
700
if (TargetProperty == FrameworkElement.
DataContextProperty
||
705
cvs.PropertyForInheritanceContext == FrameworkElement.
DataContextProperty
)
754
source = contextElement.GetValue(FrameworkElement.
DataContextProperty
);
921
object item = contextElement.GetValue(FrameworkElement.
DataContextProperty
);
1214
newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.
DataContextProperty
);
2243
item = contextElement.GetValue(FrameworkElement.
DataContextProperty
);
2391
object newItem = contextElement.GetValue(FrameworkElement.
DataContextProperty
);
2624
if (dp == FrameworkElement.
DataContextProperty
)
2689
b = BindingOperations.GetBindingExpression(ancestor, FrameworkElement.
DataContextProperty
) as BindingExpression;
System\Windows\Data\BindingExpressionBase.cs (1)
1728
DependencyProperty dataContextDP = FrameworkElement.
DataContextProperty
;
System\Windows\Data\BindingGroup.cs (2)
808
object dataContextItem = mentor.GetValue(FrameworkElement.
DataContextProperty
);
1009
mentor.GetValue(FrameworkElement.
DataContextProperty
) == CollectionView.NewItemPlaceholder)
System\Windows\FrameworkContentElement.cs (1)
1108
FrameworkElement.
DataContextProperty
.AddOwner(
System\Windows\FrameworkElement.cs (2)
2718
get { return GetValue(
DataContextProperty
); }
2719
set { SetValue(
DataContextProperty
, value); }
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
81
_currentFilterItem.SetBinding(RibbonMenuItem.
DataContextProperty
, currentFilterBinding);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1628
new PropertyAndTransferMode () { Property = FrameworkElement.
DataContextProperty
, Mode = TransferMode.AlwaysTransfer },