11 references to BindingGroupProperty
PresentationFramework (10)
System\Windows\Controls\DataGridRow.cs (2)
102BindingGroupProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(OnNotifyRowPropertyChanged)); 921else if (e.Property == BindingGroupProperty)
System\Windows\Controls\ItemsControl.cs (2)
1374Helper.HasUnmodifiedDefaultOrInheritedValue(container, FrameworkElement.BindingGroupProperty)) 1380container.SetValue(FrameworkElement.BindingGroupProperty, containerBindingGroup);
System\Windows\Data\BindingExpressionBase.cs (2)
1722bg = (BindingGroup)contextElement.GetValue(FrameworkElement.BindingGroupProperty); 1748DependencyProperty bindingGroupDP = FrameworkElement.BindingGroupProperty;
System\Windows\Data\BindingGroup.cs (1)
593if (property == FrameworkElement.BindingGroupProperty &&
System\Windows\FrameworkContentElement.cs (1)
1194FrameworkElement.BindingGroupProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
2791get { return (BindingGroup)GetValue(BindingGroupProperty); } 2792set { SetValue(BindingGroupProperty, value); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1650new PropertyAndTransferMode () { Property = FrameworkElement.BindingGroupProperty, Mode = TransferMode.AlwaysTransfer },