8 references to ContextElement
PresentationFramework (8)
System\Windows\Controls\DataGridHelper.cs (1)
584return be.ContextElement;
System\Windows\Data\BindingExpression.cs (7)
165return GetDataSourceForDataContext(ContextElement); 221if (dp == FrameworkElement.DataContextProperty && d == ContextElement) 913DependencyObject contextElement = ContextElement; 1052BindingGroup bindingGroup = RootBindingExpression.FindBindingGroup(true, ContextElement); 1204DependencyObject contextElement = ContextElement; 2266DependencyObject contextElement = ContextElement; 2662DependencyObject contextElement = ContextElement;