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