8 references to ContextElement
PresentationFramework (8)
System\Windows\Controls\DataGridHelper.cs (1)
590return be.ContextElement;
System\Windows\Data\BindingExpression.cs (7)
174return GetDataSourceForDataContext(ContextElement); 230if (dp == FrameworkElement.DataContextProperty && d == ContextElement) 922DependencyObject contextElement = ContextElement; 1061BindingGroup bindingGroup = RootBindingExpression.FindBindingGroup(true, ContextElement); 1213DependencyObject contextElement = ContextElement; 2275DependencyObject contextElement = ContextElement; 2671DependencyObject contextElement = ContextElement;