11 references to BindingGroupProperty
PresentationFramework (10)
System\Windows\Controls\DataGridRow.cs (2)
101BindingGroupProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(OnNotifyRowPropertyChanged)); 910else if (e.Property == BindingGroupProperty)
System\Windows\Controls\ItemsControl.cs (2)
1361Helper.HasUnmodifiedDefaultOrInheritedValue(container, FrameworkElement.BindingGroupProperty)) 1367container.SetValue(FrameworkElement.BindingGroupProperty, containerBindingGroup);
System\Windows\Data\BindingExpressionBase.cs (2)
1720bg = (BindingGroup)contextElement.GetValue(FrameworkElement.BindingGroupProperty); 1746DependencyProperty bindingGroupDP = FrameworkElement.BindingGroupProperty;
System\Windows\Data\BindingGroup.cs (1)
586if (property == FrameworkElement.BindingGroupProperty &&
System\Windows\FrameworkContentElement.cs (1)
1185FrameworkElement.BindingGroupProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
2782get { return (BindingGroup)GetValue(BindingGroupProperty); } 2783set { SetValue(BindingGroupProperty, value); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1629new PropertyAndTransferMode () { Property = FrameworkElement.BindingGroupProperty, Mode = TransferMode.AlwaysTransfer },