11 references to BindingGroupProperty
PresentationFramework (10)
System\Windows\Controls\DataGridRow.cs (2)
106BindingGroupProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(OnNotifyRowPropertyChanged)); 925else if (e.Property == BindingGroupProperty)
System\Windows\Controls\ItemsControl.cs (2)
1383Helper.HasUnmodifiedDefaultOrInheritedValue(container, FrameworkElement.BindingGroupProperty)) 1389container.SetValue(FrameworkElement.BindingGroupProperty, containerBindingGroup);
System\Windows\Data\BindingExpressionBase.cs (2)
1730bg = (BindingGroup)contextElement.GetValue(FrameworkElement.BindingGroupProperty); 1756DependencyProperty bindingGroupDP = FrameworkElement.BindingGroupProperty;
System\Windows\Data\BindingGroup.cs (1)
598if (property == FrameworkElement.BindingGroupProperty &&
System\Windows\FrameworkContentElement.cs (1)
1206FrameworkElement.BindingGroupProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
2795get { return (BindingGroup)GetValue(BindingGroupProperty); } 2796set { SetValue(BindingGroupProperty, value); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1655new PropertyAndTransferMode () { Property = FrameworkElement.BindingGroupProperty, Mode = TransferMode.AlwaysTransfer },