10 references to BindingGroupProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
107
BindingGroupProperty
.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(OnNotifyRowPropertyChanged));
926
else if (e.Property ==
BindingGroupProperty
)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1387
Helper.HasUnmodifiedDefaultOrInheritedValue(container, FrameworkElement.
BindingGroupProperty
))
1393
container.SetValue(FrameworkElement.
BindingGroupProperty
, containerBindingGroup);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1723
bg = (BindingGroup)contextElement.GetValue(FrameworkElement.
BindingGroupProperty
);
1749
DependencyProperty bindingGroupDP = FrameworkElement.
BindingGroupProperty
;
src\Framework\System\Windows\Data\BindingGroup.cs (1)
600
if (property == FrameworkElement.
BindingGroupProperty
&&
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1215
FrameworkElement.
BindingGroupProperty
.AddOwner(
src\Framework\System\Windows\FrameworkElement.cs (2)
2800
get { return (BindingGroup)GetValue(
BindingGroupProperty
); }
2801
set { SetValue(
BindingGroupProperty
, value); }