2 references to BindingGroupProperty
PresentationFramework (2)
System\Windows\FrameworkContentElement.cs (2)
1197get { return (BindingGroup)GetValue(BindingGroupProperty); } 1198set { SetValue(BindingGroupProperty, value); }