8 references to ContextElement
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
589return be.ContextElement;
src\Framework\System\Windows\Data\BindingExpression.cs (7)
176return GetDataSourceForDataContext(ContextElement); 235if (dp == FrameworkElement.DataContextProperty && d == ContextElement) 919DependencyObject contextElement = ContextElement; 1056BindingGroup bindingGroup = RootBindingExpression.FindBindingGroup(true, ContextElement); 1206DependencyObject contextElement = ContextElement; 2255DependencyObject contextElement = ContextElement; 2646DependencyObject contextElement = ContextElement;