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