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