10 references to BindingGroupProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
107BindingGroupProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(OnNotifyRowPropertyChanged)); 926else if (e.Property == BindingGroupProperty)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1387Helper.HasUnmodifiedDefaultOrInheritedValue(container, FrameworkElement.BindingGroupProperty)) 1393container.SetValue(FrameworkElement.BindingGroupProperty, containerBindingGroup);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1723bg = (BindingGroup)contextElement.GetValue(FrameworkElement.BindingGroupProperty); 1749DependencyProperty bindingGroupDP = FrameworkElement.BindingGroupProperty;
src\Framework\System\Windows\Data\BindingGroup.cs (1)
600if (property == FrameworkElement.BindingGroupProperty &&
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1215FrameworkElement.BindingGroupProperty.AddOwner(
src\Framework\System\Windows\FrameworkElement.cs (2)
2800get { return (BindingGroup)GetValue(BindingGroupProperty); } 2801set { SetValue(BindingGroupProperty, value); }