8 references to ContextElement
PresentationFramework (8)
System\Windows\Controls\DataGridHelper.cs (1)
583return be.ContextElement;
System\Windows\Data\BindingExpression.cs (7)
164return GetDataSourceForDataContext(ContextElement); 217if (dp == FrameworkElement.DataContextProperty && d == ContextElement) 909DependencyObject contextElement = ContextElement; 1048BindingGroup bindingGroup = RootBindingExpression.FindBindingGroup(true, ContextElement); 1199DependencyObject contextElement = ContextElement; 2226DependencyObject contextElement = ContextElement; 2626DependencyObject contextElement = ContextElement;